Noah Falk

Results 59 comments of Noah Falk

When I was doing tiered compilation originally one of the benchmarks I found helpful was [MusicStore](https://github.com/aspnet/MusicStore) and I had the app measure its own latency for requests 0-500, 501-1000, 1000-1500,...

Sorry I was out sick. @kouvel is definitely the one we'd want to review this but he is out on vacation until next week. Nice perf results! : )

I added some notes at the top. Originally the test was observed to fail starting 7/21 but I suspect those failures were unrelated. Arm32 failures started more recently on 7/28...

@am11 what lead you to that ibc commit? I see that one was checked in around 4:41 pm PST on the 4th but that seems later than I would expect...

> @noahfalk can you please confirm that you believe / verified that PR https://github.com/dotnet/runtime/pull/73032 by @jkoritzinsky caused this regression and made tests fail? Yes, [there was a large increase in...

Beware that single threaded, zero contention lock perf benchmarks can (and probably will) give very different results vs. a test with multiple threads and some contention. Even if threads are...

### Feedback/Questions for Viktor > [@ViktorHofer] These assumptions are a good example of why we decided to explicitly block the invocation of the .NETStandard asset on the .NETFramework and .NETCoreApp...

> Another example is System.IO.Ports which isn't runnable on .NETStandard at all. Any invocations of public methods throw PlatformNotSupportedExceptions... Yikes! That sounds a lot more problematic. Just brainstorming... 1. Maybe...

I commented over in https://github.com/dotnet/runtime/pull/49576#issuecomment-1252034120, but I think this issue is raising similar concerns. We need to decide how we will conceptualize this heap for users and then we want...

@jkotas @Maoni0 - I understand that you both talked offline and agreed on this new path that Frozen Object Heap will not be included conceptually anywhere that we have named...