0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add missing storeResult to call More... over 10 years ago
fix wacky JIT disable logic More... over 10 years ago
cleaning leftovers More... over 10 years ago
Add toString for PropertyLookup instruction More... over 10 years ago
Missing result in constructor debug output More... over 10 years ago
setup parameters first before calling More... over 10 years ago
add safety gap More... over 10 years ago
catchall exceptions for non-implemented types More... over 10 years ago
cleanups More... over 10 years ago
add undefined operand emitter More... over 10 years ago
lvars are heap-based for now More... over 10 years ago
move up More... over 10 years ago
more call attempts More... over 10 years ago
jscallable is enough More... over 10 years ago
move closer to fib-like fn compilation More... over 10 years ago
store the synthetic method name and sigs somewhere More... over 10 years ago
fancy helper for positional parameter retrieval More... over 10 years ago
Enable console input history More... over 10 years ago
Update to Aesh 0.54 More... over 10 years ago
compiled functions inherit from AbstractFunction More... over 10 years ago
Clean up detritus More... over 10 years ago
Use Class#isAssignableFrom instead of string comparisons for instanceof. More... over 10 years ago
split JIT and compile modes More... over 10 years ago
add wiring for JITting code in the background More... over 10 years ago
introduce IR’s JITCompiler More... over 10 years ago
Eliminate two property gets per jsobject created More... over 10 years ago
Rev rephract to handle SAM'd arguments in javaFunc.apply(...) More... over 10 years ago
More arraycopy conversion More... over 10 years ago
Make common helper method for arg splicing of bind/call and use System.arrayCopy to leverage it is an intrinsic instead of manually copying array More... over 10 years ago
Test javaFun.apply(...) More... over 10 years ago