Caner Derici

Results 37 comments of Caner Derici

I would suggest cloning fresh the current Racket head and trying again. Since it only runs the Racket and doesn't run the pycket binary at all, this issue is not...

Oops, I forgot to add that, updated the original message.

@cfbolz I'm running the tests now and it seems to be working, I'll wait until all of it passes and then merge it. So were you able to successfully run...

@cfbolz It seems the null pointer exception on CPython is about the `JSONDecoder` and `ll_dict`s. I made a little investigation and the error seems to be in the `ll_dict_getitem_with_hash` function...

That is for the pruning. At first I didn't have any env_structure info on `begin` for instance, but I saw that when things like `(let .... (begin ..... (let ....`...

Looks like even if we use the fast fasl implementation, the blowup in the compiled code makes us lose time to load the files more than we save on avoiding...

A separate pass that mutates the current AST (by sticking in the computed `env_structures) doesn't seem to improve much, as the pass seems to take ~277ms (as opposed to ~309ms...

@samth The only difference that I'm currently not very clear is the `instantiate-linklet`, the others are categorical differences, like for instance the `deserialize-env-structures` (representing the new pass that computes the...

I'm surprised that it can also be a vector, I thought `prop:equal+hash` would error if it's not a 3-element `list` (in fact I just tried and got a contract error...