Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • P project01
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Adam Blank
  • project01
  • Merge requests
  • !1

Merged
Created Aug 04, 2019 by Caleb C. Sander@csanderContributor

Improve class file parsing

  • Overview 34
  • Commits 7
  • Changes 6
  • Perform BE-to-LE conversion for all integers
  • Add support for overloaded method lookup
  • Add asserts for constant pool indices and tags during lookups
  • Add missing free()s
  • Add asserts to all fread()s and malloc()s
  • Combine constant pool and methods into a single struct
  • Move calls to class-parsing functions out of main() into a get_class() function
Edited Sep 04, 2019 by Caleb C. Sander
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: master