Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • abcl abcl
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • abcl
  • abclabcl
  • Repository
  • abcl
  • src
  • org
  • armedbear
  • lisp
  • compiler-pass2.lisp
Find file Blame History Permalink
  • ehuelsmann@1c010e3e-69d0-11dd-93a8-456734b0d56f's avatar
    Reverse the REQUIREs graph: before, modules would require JVM, · 2abafb1e
    ehuelsmann@1c010e3e-69d0-11dd-93a8-456734b0d56f authored Aug 17, 2012
    which would require the rest of the compiler. That doesn't work
    with the automatic autoloader, because that requires the files
    in which symbol function bindings are located.
    2abafb1e