Implement Direct Threaded VM described in #51. Improving ~49%.#52
Merged
Conversation
Contributor
Author
|
Note direct threading is enabled only when |
Owner
|
Thank you for the information. |
nurse
added a commit
to ruby/ruby
that referenced
this pull request
Nov 26, 2015
Merge Onigmo 58fa099ed1a34367de67fb3d06dd48d076839692 + k-takata/Onigmo#52 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52756 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
mrkn
pushed a commit
to mrkn/ruby
that referenced
this pull request
Apr 17, 2016
Merge Onigmo 58fa099ed1a34367de67fb3d06dd48d076839692 + k-takata/Onigmo#52 git-svn-id: svn+ssh://svn.ruby-lang.org/ruby/trunk@52756 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Owner
|
Thank you and sorry for the very late response. Merged. |
Contributor
Author
|
🎉 |
Closed
Owner
|
I read the article about YARV and Direct Threaded Code again. |
k-takata
added a commit
that referenced
this pull request
Dec 6, 2016
This is token threaded VM, not direct threaded VM. See: #52
k-takata
added a commit
that referenced
this pull request
Dec 6, 2016
PR #52 was actually a token threaded VM.
Contributor
Author
|
To tell the truth, I'm not familiar with threaded vm but I think you are right. It seems I wrote token threaded vm code. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Here are benchmark scores. Benchmark suite is derived form http://sljit.sourceforge.net/regex_perf.html.
Env: