You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pass that tries to put locals into java registers as doubles was …
…not functioning properly for values called as functions. Test case:
function f(tree, callback) {
callback();
f(tree, callback);
}