Aleksey Kliger (λgeek)

Results 129 comments of Aleksey Kliger (λgeek)

@bgamari > I did a bit of profiling of the compiler mode and noticed that the callmap parser appears to be responsible for most of the time and allocations. That's...

I don't have a working Ward at the moment, but the first thing to check is whether this works out with simple examples smaller than the GHC rts. The second...

> Store processed data for the target by its address - assumes each address will only be processed as one type of data thinking about Mono, we have some places...

> rely on the first member of a struct being at the same address as the whole struct. Thinking about it a little bit more, this will be true for...

Note these are not P/Invokes. `extern` functions dont' have any special flags set. Instead they just don't have a method body RVA (and thus no method header or IL) Compare...

I don't think the custom attributes APIs guarantee a particular order. The order could change even for CoreCLR from one release to the next. The Json schema exporter should order...

Couple of things could be responsible which might be explained by the test order: 1. jiterp might be kicking in 2. browser JIT might be kicking in But I'd like...