-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* thread.c (rb_enable_coverages): hide coverage array by setting 0 to
klass during measurement. * parse.y (coverage, yycompile0): ditto. * iseq.c (prepare_iseq_build): use rb_hash_lookup instead of rb_hash_aref. * thread.c (rb_coverage_result): restore klass of coverage array and return it. * theaad.c (update_coverage): chcek whether its klass is 0. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17959 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
Showing
4 changed files
with
43 additions
and
9 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
Tue Jul 8 22:56:23 2008 Yusuke Endoh <[email protected]> | ||
|
||
* thread.c (rb_enable_coverages): hide coverage array by setting 0 to | ||
klass during measurement. | ||
|
||
* parse.y (coverage, yycompile0): ditto. | ||
|
||
* iseq.c (prepare_iseq_build): use rb_hash_lookup instead of | ||
rb_hash_aref. | ||
|
||
* thread.c (rb_coverage_result): restore klass of coverage array | ||
and return it. | ||
|
||
* theaad.c (update_coverage): chcek whether its klass is 0. | ||
|
||
Tue Jul 8 22:28:25 2008 Koichi Sasada <[email protected]> | ||
|
||
* lib/debug.rb, lib/profile.rb: fix to use RubyVM. | ||
|
This file contains 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
This file contains 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
This file contains 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