Kristian Larsson

Results 275 comments of Kristian Larsson

If we have to pick one, I agree that the safer siphash is a better choice.

@nordlander at least for the purpose of WorldCap, it would also be fine if this just worked for actors somehow and we could then convert all Caps to be actors...

Yes, agreed. Cancellation of after to other actor would not be deterministic! And that is OK!

I think the simpler case and natural first step is to bulk together the updates from multiple continuations of the same actor up to a certain time or until there...

Hmm I guess the big downside is that by adding this we mess up segfault debugging with gdb? but that's like acceptable I guess... that should be very rare. Maybe...

Okay so for the very simple case of getting line numbers just for where the exception is raised, we can just add line / file args to like $RAISE, print...

I'm saying it's the natural first step because it doesn't need a new transaction log. It's just a bit of code reorg. Now I'm really eager to try and implement...

@aagapi for the change I'm thinking about we don't need a transaction log at all, but yeah, let's write some code :)

This is just a rewrite rule in the compiler, so it's fairly simple but it does take a few hours or something and since it's not all that important we'll...

@nordlander is this in the compiler? Or is that part OK but we are simply lacking the necessary C definition for `$IdentityOptG_new` ?? So @sydow territory?