diff options
| author | Graydon Hoare <[email protected]> | 2010-08-05 13:26:28 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-08-05 13:28:43 -0700 |
| commit | 9da8101cc83116c3804393a1abe3eb5e1d0dc02a (patch) | |
| tree | 35dde19da852c253603adf4255fdad05b2a13de4 /src | |
| parent | Add a valgrind suppression for Snow Leopard dyld (diff) | |
| download | rust-9da8101cc83116c3804393a1abe3eb5e1d0dc02a.tar.xz rust-9da8101cc83116c3804393a1abe3eb5e1d0dc02a.zip | |
Something is wrong with the emitter size cache; disable for now, possibly put out flaming tinderboxes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/boot/me/trans.ml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/boot/me/trans.ml b/src/boot/me/trans.ml index f54a5d65..8c280ebd 100644 --- a/src/boot/me/trans.ml +++ b/src/boot/me/trans.ml @@ -674,7 +674,9 @@ let trans_visitor (Printf.sprintf "calculated size %s is %s" (string_of_size size) (oper_str res))); - htab_put (emitter_size_cache()) size res; + + (* FIXME: this appears to be incorrect; investigate why.*) + (* htab_put (emitter_size_cache()) size res; *) res |