-
-
Notifications
You must be signed in to change notification settings - Fork 925
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Truffle] Implemented IO.binread #2634
Conversation
@chrisseaton If I want to update a ruby spec, do I just submit a PR to change the specs in this repository? Or are these updated another way? Thanks. |
Since Brian deleted the communal RubySpec repository we have been making a few changes to the specs here in this repository, so feel free to do the same. It's probably best to keep the changes to either obvious fixes or additions, and not to refactor code for the sake of it. Soon they'll be merged into a new communal repository at https://github.com/ruby/rubyspec. |
This looks like your usual high quality code, but there's some more things you should know about the way we're trying to work. To implement Our implementation of However this is good working code, so I will gratefully merge it. The other classes you've been working on so far, such as We really appreciate your commits - we're pretty surprised you seem to have grasped so much of Truffle so quickly! What's motivating you? Are you trying to get some specific code running? If you're just experimenting we could help you find an area of the implementation that needs some work and where you could have a big impact. If you are really keen we could talk to you about what it would take to get Catch us on #jruby IRC (EU and west coast time zones). |
[Truffle] Implemented IO.binread
I'd like to see a faster ruby and the benchmarks look promising so far. Also, I'm interested in learning more about interperters/JIT and find Truffle's approach very interesting. Especially, the post about interperting C code.
Right now, I'm just experimenting. I would be interested in trying to get some specific code running like json_pure (to do a benchmark) or sinatra (to attempt to run web stuff).
Let me know what I should focus on. Thanks. |
You should just be able to work through the rest of the Then we can look at |
No description provided.