Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-24 | The most significant 32 bits of a 64 bit long return value get passed in the ↵ | Fraser Adams | |
global tempRet0, but this fails when asm.js and/or closure are enabled as tempRet0 was declared again inside the asm closure. This fix exports tempRet0 via an accessor method Runtime.getTempRet0() which is visible with or without optimisations being enabled |