November 2018
— I was only interested in optimizing execution performance
function hello(name) { alert('Hello, ' + name);}hello('New user');
alert("Hello, New user");
— Https://developers.google.com/closure/compiler/docs/api-tutorial3
— Yeah
— I will use it for sure
— I wonder what it would do to compiled hz code
— Maybe it breaks
— It has some instructions to prevent that anyway
— Maybe it wont optimize already optimized code or make things worse..
— It could be placed in the build chain easily otherwise
— Try it :P
— Hz is unoptimized