-
Notifications
You must be signed in to change notification settings - Fork 61
Closed
Labels
A-abstract-machineTopic: concerning the abstract machine in general (as opposed to any specific part of it)Topic: concerning the abstract machine in general (as opposed to any specific part of it)
Description
In #5, @gereeter raised the point that defining all manner of errors as yielding "undefined behavior" is an awfully strong statement. It theoretically permits the compiler to "change the past" and may not mesh so well with the way that users think. On the other hand, weaker definitions may not permit the kinds of optimizations we want and may not be supported by LLVM.
In a sense, this is a cross-cutting concern: we need to figure out what's allowed and not allowed, but separately, we should consider if there are cases where we can contain the repercussions.
I'm not sure the best way to handle this, but I'm opening this up as its own potential discussion topic for the future.
Metadata
Metadata
Assignees
Labels
A-abstract-machineTopic: concerning the abstract machine in general (as opposed to any specific part of it)Topic: concerning the abstract machine in general (as opposed to any specific part of it)