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
== Complete basic mem_sys API == | |
* Fix finalizers. | |
** Abstract Ruby finalizer API and their state mgmt from mem_sys API. | |
** Implement dummy finalizers in malloc allocator. | |
== Create basic performance test tools/framework == | |
* Time | |
* Space |
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
; tree.scm | |
(define (tree-display tree . optional) | |
; CHANGE THESE DEFINITIONS TO SUIT YOUR NEEDS... (or better yet, add them | |
; as parameters to tree-display) | |
; how many space characters between trees | |
(define tree-spacing 1) |
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
a | b | c | d | |
---|---|---|---|---|
1 | b1 | 23.763 | xspdf | |
2 | b2 | -98.73 | qwer | |
3 | b3 | 3451 | bixop | |
1 | b4 | 1.234 | zxy |