Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / tario/fastruby issues and pull requests

#92 - Avoid processing _static on inliner

Issue - State: open - Opened by tario about 12 years ago - 1 comment
Labels: low, devcomplete, performance

#91 - Extreme bad performance on benchmarks for ruby1.8

Issue - State: open - Opened by tario about 12 years ago
Labels: high, performance, ruby1.8

#90 - Parallel build of methods

Issue - State: open - Opened by tario over 12 years ago
Labels: medium, performance

#89 - Dynamic call fast lookup

Issue - State: closed - Opened by tario over 12 years ago - 1 comment
Labels: medium, devcomplete, performance

#88 - Potencially inline of not implemented methods

Issue - State: open - Opened by tario over 12 years ago
Labels: medium, performance, inline

#87 - Inline of inherited methods (e.g. Integer#upto when calling upto on Fixnum)

Issue - State: open - Opened by tario over 12 years ago
Labels: medium, inline

#86 - Inlined Fixnum corelib methods on ruby1.8

Issue - State: open - Opened by tario over 12 years ago
Labels: low, performance, inline

#85 - Fix duplicated recv evaluation when inlining

Issue - State: open - Opened by tario over 12 years ago - 1 comment
Labels: high, devcomplete, bug

#84 - translator for static unless

Issue - State: open - Opened by tario over 12 years ago
Labels: low

#83 - rb_funcall with proc as block doesnt send any block

Issue - State: open - Opened by tario over 12 years ago
Labels: high, bug

#82 - Implement parallel compilation of methods

Issue - State: open - Opened by tario over 12 years ago
Labels: medium, performance

#81 - Implement stdlib methods of Fixnum used on benchmarks

Issue - State: closed - Opened by tario over 12 years ago
Labels: medium, devcomplete, performance, inline

#80 - Implement :only_fastruby mode on methods to override stdlib methods such Fixnum#+

Issue - State: closed - Opened by tario over 12 years ago - 1 comment
Labels: medium, performance

#79 - Implement new inference algorithm

Issue - State: open - Opened by tario over 12 years ago
Labels: medium

#78 - Reduce if using catch and conditional throw

Issue - State: open - Opened by tario over 12 years ago
Labels: low

#77 - Reduce while using catch throw

Issue - State: open - Opened by tario over 12 years ago
Labels: low

#76 - Implement inlined retry for ruby1.8

Issue - State: open - Opened by tario over 12 years ago
Labels: low, performance, inline

#75 - Inlined break & retry

Issue - State: closed - Opened by tario over 12 years ago - 1 comment
Labels: medium, devcomplete, performance

#74 - Inlined next & redo

Issue - State: closed - Opened by tario over 12 years ago
Labels: medium, devcomplete, performance, inline

#73 - Fix GC registering of trees associated to fastruby methods

Issue - State: closed - Opened by tario over 12 years ago
Labels: devcomplete, bug

#72 - Bug, fix replacement of inlined CFUNC methods

Issue - State: closed - Opened by tario over 12 years ago
Labels: high, devcomplete, bug

#71 - Caching of singleton methods

Issue - State: open - Opened by tario over 12 years ago
Labels: medium, performance

#70 - Inlining of methods

Issue - State: closed - Opened by tario over 12 years ago
Labels: high, devcomplete, performance, inline

#69 - Enable inline of methods with splat arguments

Issue - State: open - Opened by tario over 12 years ago
Labels: low, performance, inline

#68 - Inlinr of methods with iter calls

Issue - State: closed - Opened by tario over 12 years ago
Labels: high, devcomplete, performance, inline

#67 - Inline of iter calls

Issue - State: closed - Opened by tario over 12 years ago
Labels: medium, devcomplete, performance, inline

#66 - fix implementation of not, not is *not* a unary operator

Issue - State: open - Opened by tario over 12 years ago

#65 - fix boolean binary operators

Issue - State: closed - Opened by tario over 12 years ago - 1 comment

#64 - Refactor sexp2graph converter to use chain of responsability

Issue - State: open - Opened by tario over 12 years ago

#63 - Refactor C translator to use chain of responsability

Issue - State: closed - Opened by tario over 12 years ago
Labels: devcomplete

#62 - Support for until (same as while but with negative condition)

Issue - State: open - Opened by tario over 12 years ago

#61 - Pointer encoding fails in 32 bits (and possibily in 64 bits)

Issue - State: closed - Opened by tario over 12 years ago
Labels: high, devcomplete, bug

#60 - Existent method optimization

Issue - State: closed - Opened by tario almost 13 years ago
Labels: high, devcomplete

#59 - Implement direct CFUNC calls on ruby1.9

Issue - State: closed - Opened by tario almost 13 years ago
Labels: medium, devcomplete, ruby1.9, performance

#58 - Linear stack when possible using static analysis

Issue - State: closed - Opened by tario almost 13 years ago
Labels: medium, devcomplete, performance

#57 - On block calls, avoid use of frame_call when there is no retry or break in the block

Issue - State: open - Opened by tario almost 13 years ago
Labels: low, performance

#56 - Support for ruby1.9 fibers (only for ruby1.9)

Issue - State: open - Opened by tario almost 13 years ago
Labels: medium, ruby1.9

#55 - RubyInline does not work with ruby1.9

Issue - State: closed - Opened by tario almost 13 years ago - 1 comment
Labels: high, ruby1.9

#54 - RubyParser does not works with ruby1.9

Issue - State: open - Opened by tario almost 13 years ago
Labels: medium, ruby1.9

#53 - Fix use of sha1 for ruby1.9

Issue - State: closed - Opened by tario almost 13 years ago - 1 comment
Labels: high, devcomplete, ruby1.9

#52 - Add support for syntax specific to ruby1.9 to spec

Issue - State: open - Opened by tario almost 13 years ago
Labels: medium, ruby1.9

#51 - Add support for syntax specific to ruby1.9 to spec

Issue - State: closed - Opened by tario almost 13 years ago - 1 comment
Labels: high, ruby1.9

#50 - Remove support for syntax specific to ruby1.8 from spec

Issue - State: closed - Opened by tario almost 13 years ago - 1 comment
Labels: high, ruby1.9

#49 - Remove use of C-Api specific to ruby 1.8

Issue - State: closed - Opened by tario almost 13 years ago - 1 comment
Labels: high, devcomplete, ruby1.9

#48 - Remove ruby1.8 specific syntax from fastruby sources

Issue - State: closed - Opened by tario almost 13 years ago - 1 comment
Labels: high, devcomplete, ruby1.9

#47 - Definition of singleton methods on self (using defn)

Issue - State: closed - Opened by tario almost 13 years ago
Labels: high, devcomplete

#46 - redo on block restore origina, local variables (block arguments)

Issue - State: closed - Opened by tario almost 13 years ago
Labels: high, devcomplete, bug

#45 - to_proc arguments as generalization of proc blockization

Issue - State: closed - Opened by tario almost 13 years ago
Labels: medium, devcomplete

#44 - support for class "with" blocks

Issue - State: open - Opened by tario almost 13 years ago
Labels: medium

#43 - support for String interpolation

Issue - State: open - Opened by tario almost 13 years ago
Labels: medium

#42 - support for eval

Issue - State: open - Opened by tario almost 13 years ago
Labels: medium

#41 - Memory handling of function addresses on method_hash

Issue - State: open - Opened by tario almost 13 years ago
Labels: low

#40 - Support for proc "blockization"

Issue - State: closed - Opened by tario almost 13 years ago
Labels: high, devcomplete

#39 - Support for block arguments

Issue - State: closed - Opened by tario almost 13 years ago
Labels: high, devcomplete

#38 - Default arguments on methods

Issue - State: closed - Opened by tario almost 13 years ago
Labels: high, devcomplete

#37 - Fix limitation of 15 arguments when calling fastruby methods from ruby

Issue - State: closed - Opened by tario almost 13 years ago
Labels: medium, devcomplete

#36 - Redefine of methods cause duplicated objects on cache

Issue - State: closed - Opened by tario almost 13 years ago
Labels: low, devcomplete

#35 - Type inference for splat arguments (Array)

Issue - State: closed - Opened by tario almost 13 years ago - 1 comment

#34 - Signature for methods with variable number of arguments

Issue - State: open - Opened by tario almost 13 years ago - 2 comments
Labels: low

#33 - Splat arguments on methods calls

Issue - State: closed - Opened by tario almost 13 years ago - 1 comment

#32 - Optimize array expansion on methods call

Issue - State: open - Opened by tario almost 13 years ago
Labels: low, performance

#31 - Optimize methods with variable number of arguments

Issue - State: open - Opened by tario almost 13 years ago
Labels: low, performance

#30 - Full exception support

Issue - State: closed - Opened by tario about 13 years ago - 1 comment

#29 - Method replacement support

Issue - State: closed - Opened by tario about 13 years ago - 1 comment

#28 - Linear stack when possible using nonlambda qualifier

Issue - State: open - Opened by tario about 13 years ago
Labels: low, performance

#27 - retry and redo

Issue - State: closed - Opened by tario about 13 years ago - 1 comment

#26 - Linear stack when possible using nonlambda qualifier

Issue - State: open - Opened by tario about 13 years ago

#25 - Foreach support

Issue - State: closed - Opened by tario about 13 years ago - 1 comment

#24 - Refactor: using of ruby jmp tags when possible instead of own NIH longjmp/setjmp

Issue - State: closed - Opened by tario about 13 years ago - 1 comment

#23 - Scopeless methods when no local variables are defined

Issue - State: open - Opened by tario about 13 years ago
Labels: low, performance

#22 - Resolution cache on method dispatcher

Issue - State: open - Opened by tario about 13 years ago
Labels: low, performance

#21 - Support por lambda

Issue - State: closed - Opened by tario about 13 years ago - 1 comment

#20 - optimized monkey patching, recursion case

Issue - State: open - Opened by tario about 13 years ago
Labels: low, performance

#19 - Registration of locals and method arguments to garbage collector

Issue - State: closed - Opened by tario about 13 years ago - 1 comment

#18 - Support for proc

Issue - State: closed - Opened by tario about 13 years ago - 1 comment

#17 - Support for class variables (@@variable)

Issue - State: closed - Opened by tario about 13 years ago - 2 comments

#16 - Add fastruby version to cache hash to invalidate old cached binaries

Issue - State: closed - Opened by tario about 13 years ago - 2 comments

#15 - Normalize "random" class names on specs to take more advantage of cache

Issue - State: closed - Opened by tario about 13 years ago - 2 comments

#14 - Refactor: dispatcher included on implementations

Issue - State: closed - Opened by tario about 13 years ago - 1 comment

#13 - Refactor: Temporal variabe for case blocks instead of repeated eval

Issue - State: closed - Opened by tario about 13 years ago - 1 comment

#12 - Refactor: inline of methods when possible

Issue - State: open - Opened by tario about 13 years ago
Labels: low, performance

#11 - Refactor: inline implementations when possible

Issue - State: closed - Opened by tario about 13 years ago - 1 comment

#10 - Refactor: inline implementations when possible

Issue - State: closed - Opened by tario about 13 years ago
Labels: high, devcomplete, performance

#9 - Callcc

Issue - State: closed - Opened by tario about 13 years ago
Labels: medium, devcomplete

#8 - Case..When..Else

Issue - State: closed - Opened by tario about 13 years ago

#7 - Refactor: Many-to-one relation between builded methods and corersponding main .so

Issue - State: closed - Opened by tario about 13 years ago - 1 comment

#6 - Refactor: One-to-One relation of ruby snippets and .so native extensions

Issue - State: open - Opened by tario about 13 years ago
Labels: low

#5 - Singleton multimethod

Issue - State: open - Opened by tario about 13 years ago

#4 - Basic exception support

Issue - State: closed - Opened by tario about 13 years ago - 1 comment

#3 - Define blocks with variable number of arguments

Issue - State: open - Opened by tario about 13 years ago

#2 - Define methods with variable number of arguments

Issue - State: closed - Opened by tario about 13 years ago - 1 comment

#1 - Implement return without longjmp when possible

Issue - State: closed - Opened by tario about 13 years ago
Labels: high, devcomplete, performance