What does it mean that the Compose compiler 1.4.0 ...
# compose
g
What does it mean that the Compose compiler 1.4.0 “turned off intrinsic remember”?
e
nothing that should matter, since it was not on in any previous release
j
The word intrinsic in this context means the compiler recognizes calls to a function and does something special with it at compile time (in contrast to it not knowing about the function and it having normal behavior at runtime).