Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Sephr
on May 10, 2015
|
parent
|
context
|
favorite
| on:
Bringing Asm.js to Chakra and Microsoft Edge
That's quite an impressive implementation! I didn't realize hand-written asm.js could be that readable.
s-macke
on May 13, 2015
[–]
Yes, more or less. Every operation must be written, that the type is obvious for the compiler. And you have one array, the heap with some special index rules. For example: (r[((ins >> 9) & 0x7C)>>2]|0 The >>2 and |0 is necessary.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: