← All docs

time() — internals

Compiler internals for time(): lowering path, type checks, and runtime helpers.

time() — internals

Where it lives

Lowering notes

  • Lowers time() through the shared wall-clock runtime helper.

Runtime helpers

The following runtime helpers are referenced:

  • __rt_time

Signature summary

function time(): int

What the type checker enforces

  • Arity: takes no arguments.

Eval interpreter (magician)

Cross-references