Torsten Rüger

Results 21 issues of Torsten Rüger

Just having coded register allocation i notice there is an issue with backward jumps that i will leave for now (this is a reminder) The issue with backward jumps is...

advanced

I just did class instance variables and will leave class variables for a later (much later?) time. If unclear on the difference, this is a nice explanation https://stackoverflow.com/questions/3802540/difference-between-class-variables-and-class-instance-variables I don't...

We need the factories at runtime, so start parsing parfait

Just because i just wrote down what require would require :-) require_relative needs to know the current file name of the file where the statement is. Something like the \_\_FILE__...

Since i just hacked first basic require, this is a reminder of how to do it right. a real require would need a load_path . This would mean implementing globals...

Now that the factories are in place, we need to use them. Need to fix #16 and #17 for that and then do the check and call out and move...

We have reached the previous limit of 16 bit for pc relative constant loading (for 32 bit arm). This is partially due to Integers not being aligned, but is a...

help needed

Elf is working in the sense that it runs without problems and creates binaries. Alas, the binary has to be linked with ld -N before it can be run. I...

help needed

Apparently with an A you can still have over 700 issues in CodeClimate, siis reek. https://codeclimate.com/github/ruby-x/rubyx/issues Many of them can be fixed by anyone, even without knowledge of the system....

good newbie

`./bin/rails g opal:install` raises ``` No such file or directory @ rb_sysopen - app/views/layouts/application.html.erb ``` if the layout is not erb. Since it mentions the haml filter below, i thought...