Sam Tobin-Hochstadt

Results 443 comments of Sam Tobin-Hochstadt

This was in the generic scheme mode. On Sep 23, 2013 12:29 AM, "Ryan Culpepper" [email protected] wrote: > It works for me. It depends on sexp-forward, though, which depends on...

It's not yet clear to me from the enforestation document (probably just because I don't know the implementation well enough) where I would put similar code to handle `_.x` or...

@sorawee how do you feel about this incompatibility? Is this expected?

I think the first one is saying that if `n` is 0 on some iteration of the loop, then we will set `S_segment_info[SEGMENT_T3_IDX(base)]` to `NULL` and then on the next...

It looks like this broke a bunch of packages. A representative failure is here: https://plt.cs.northwestern.edu/pkg-build/server/built/fail/phc-toolkit.txt The failures mostly are in Typed Racket-related packages, but reverting the changes since 8.13 in...

This change broke the algebraic package (and those that depend on it): https://plt.cs.northwestern.edu/pkg-build/server/built/fail/algebraic.txt cc @dedbox @jbclements

I dealt with the ones in `eopl` (although the `-exec` didn't work for me).

> #18 is linked to this PR, as if it fixes the issue. But if I understand correctly, the issue is not fixed, right? `make-gvector` still checks that the capacity...

Performance compared to mut-treelist before: ``` 1000000 of length 10 + for/mut-treelist cpu time: 156 real time: 156 gc time: 6 + mut-treelist-add! cpu time: 206 real time: 206 gc...