Developer view is hosted at **http://haco-developer.com/**

Click on the above link to get started

đŸ‘‰đŸ»The basics

How to run code on HACO Developer

‘Developer view’ offers a preview to the capabilities that HACO supports. In the prototype version, the user can select any combination of “Compiler finer tuner” or “Intrinsic mapper” or “Super optimiser” that needs to be applied to the code in the ‘input source box’. HACO then converts the code in the ‘input source box’ and displays the optimised version of the code(Assembly) in the ‘output box’.

Sign-up to start using HACO-developer view using the “SIGN UP” on the top-right corner. You can sign-up use any valid email ID. This email ID can be used to “LOGIN” at any point in the future.

Screenshot 2023-09-22 at 3.47.35 PM.png

Screenshot 2023-09-22 at 10.42.02 AM.png

Usage: Input code to be optimised in ‘Input source’ box

Screenshot 2023-09-18 at 1.51.11 PM.png

By default, all of HACO capabilities are enabled by default.

Screenshot 2023-10-06 at 10.48.55 PM.png

Select language the input code is written in

Screenshot 2023-09-18 at 1.46.13 PM.png

“OPTIMIZE” option internally invokes HACO search algorithms and generates an optimised assembly code. The optimized code is displayed in “Generated Assembly” box. Developer view also gives a option to copy the optimised source code to the clipboard, giving the flexibility to copy the optimised source code into your environment.

Screenshot 2023-09-18 at 1.47.31 PM.png

The binary version is available through “DOWNLOAD BINARY” option - This can be used to run on any platform running on ARM based CPUs

Screenshot 2023-09-18 at 1.49.36 PM.png

“RESET” button allows you to update the code in “Input Source” box or select another combination of HACO capabilities to be applied.

Screenshot 2023-09-22 at 3.58.52 PM.png

“CLEAR” button resets the “Input Source” box.