0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Jun 05, 2023 — Jun 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Handle 6 args. More... over 16 years ago
Changed define_libjit_method to define_jit_method. Added more tests. More... over 16 years ago
Added test for JIT::Struct. More... over 16 years ago
Took assertions out of function compilation when compilation was not necessary. More... over 16 years ago
Added support for FLOAT32 and FLOAT64 constants and return types. More... over 16 years ago
More files to ignore. More... over 16 years ago
Added more files to ignore. More... over 16 years ago
Added missing file. More... over 16 years ago
Added gemspec file. More... over 16 years ago
Added missing file. More... over 16 years ago
Added files to ignore More... over 16 years ago
Added tests for Array and fixed bugs. More... over 16 years ago
Added more tests. More... over 16 years ago
Added Function#return(). More... over 16 years ago
Added some more tests. More... over 16 years ago
Error out on YARV instead of crashing. Call rb_singleton_class_attached and rb_name_class for the origin class. More... over 16 years ago
Use FUNCTION_PTR where appropriate instead of VOID_PTR. Changed Function#to_closure to return a Closure object. Use define_method_with_data to keep the Function from being destroyed as long as the method it is attached to is around. Validate the number of arguments in apply(). Fixed formatting in Value#to_s. More... over 16 years ago
Validate the number of parameters in jit_function_apply. More... over 16 years ago
Removed dependency on ruby2jit (which is now ludicrous). More... over 16 years ago
Use the right type for VALUE and ID on 64-bit systems. More... over 16 years ago
Added workaround for systems missing fmemopen. More... over 16 years ago
Added redo/break capability. More... over 16 years ago
Modified while/until to return a value. More... over 16 years ago
Allow name to be either a Symbol or a String. More... over 16 years ago
Added Function#while. More... over 16 years ago
Accept either a Symbol or a String in define_libjit_method. More... over 16 years ago
Added implicit conversions for function call arguments. More... over 16 years ago
Added method to get the address of the struct. Fixed a typo. More... over 16 years ago
Fixed Function#unless. Added Function#until. More... over 16 years ago
Added Function#unless. More... over 16 years ago