hmage

Results 4 issues of hmage

When I try to compile with LTO enabled, the linker suddenly suddenly can't see the assembler function bodies (LTO pass probably removes them too early). I tried to set `__attribute__((used))`...

Made me confused when I ran the test and saw that int bench was three times slower on second run. Checked the sources and found out it's actually string test.

Would be wonderful if it used native API for OSX. Thanks in advance.

If req.send() goes to a 302 redirect page, chrome doesn't return but rather throws an exception, handle that by catching the exceptions and using window.location.replace() to go that url.