Commit c33d4f38 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Notes

parent 1b2e6764
# This microbenchmark is inspired by the ICBD type checker, which has a "scoring" phase at
# the end of the analysis.
# I'm not sure how representative this file is of the type checker, or even if
# this is really a polymorphism test or maybe just a tree test, or some cross of the two.
class Union(object):
def __init__(self, subs):
self.subs = subs
......
......@@ -231,6 +231,11 @@ void initCodegen() {
"fake_name",
"--enable-stackmap-liveness",
"--enable-patchpoint-liveness",
// Enabling and debugging fast-isel:
//"--fast-isel",
//"--fast-isel-verbose",
////"--fast-isel-abort",
#ifndef NDEBUG
//"--debug-only=debug-ir",
//"--debug-only=regalloc",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment