From: lkcl Date: Sat, 15 Jun 2019 05:59:52 +0000 (+0100) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~4626 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fbd67e87a9fb081db57307b7d9c67a1b0ba8e6bc;p=libreriscv.git --- diff --git a/isa_conflict_resolution/isamux_isans.mdwn b/isa_conflict_resolution/isamux_isans.mdwn index b694119a1..e3da945b3 100644 --- a/isa_conflict_resolution/isamux_isans.mdwn +++ b/isa_conflict_resolution/isamux_isans.mdwn @@ -255,9 +255,12 @@ WARL, by allowing implementors to choose the value, prevents and prohibits the critical and necessary raising of an exception that would begin the JIT process in the case of ongoing standards evolution. -Without this opportunity, an implementation has no way of knowing -how to JIT emulate any given conflicting opcode. It is as if the c++ -standard was given the similar opportunity to completely ignore the +Without this opportunity, an implementation has no reliable guaranteed way of knowing +when to drop into full JIT mode, +which is the only guaranteed way to distinguish +any given conflicting opcode. It is as if the c++ +standard was given a similar optional +opportunity to completely ignore the "using namespace" prefix! --