Skip to content

stevenvar/bytecrawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bytecrawler

Bytecrawler is a tool that reads OCaml bytecode with some kind of very simple abstract intepreter, and associates for each of the visited bytecode instructions a WCET, thus computing a total WCET for the program by adding all of them. This WCET computation is done with the bound-t time and stack analyser for AVR microcontrollers.

This tool is intended for my own use for the moment, and is prone to various bugs.

About

WCET computing of OCaml bytecode (for microcontrollers)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages