Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. COCreated well is no good. It has to be order-dependent, release dependent and known in many circumstances. It couldn't matter more in all implementations of databases, transactions, and anything that runs on a stack (most software out there). Locks are another example and there's stacks of non-external and non-poor libraries using it. File ops and their locks are another. Event leakage another. Any unmanaged resource depending on yet another. Creation and destruction go hand in hand, and the idiom cannot be brokenly taken as Resource-Initialization-Is-"well-Creation."
      singulars
    2. COSo that WC in RIIWC oxymoron is replaced with Aquisition, which implies a Release btw. And since memory and large number of resources are mostly abstracted, ops, there goes the idea... and hacks of all kinds ensue. Put short, it's simply nature of the problem and it matters a lot.
      singulars
    3. COAnd while I'm not defending order-dependence here, the correct observation is that it is hugely relevant but rarely desirable. But it is something even VM's official specifications are extremelly restricted to. Java impl especially and CLR to a lesser but still significant extent.It is a hack not to break large bodies of working code and assumptions made, a concious decision by compiler and jit backend designers. The code that is capable of order-independent processing lends itself to a huge array of possibilities but can be infeasible for plenty of scenarios.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload