Ghaith Hachem

Results 71 comments of Ghaith Hachem

I think we could make the __init variables we use for initializers external when including a file. If the file ends up not being included/linked the linker will complain anyway

We could probably do this for all POUs. In theory we need to create a loading basic block where we could add the load instructions only when we encounter a...

I created a new issue for this, the problem is because of our change with diagnostics. These issues will eventually be configurable so that we could ignore them. But this...

This looks like a great idea. the second strategy you suggest by using the LLVM classes might not be out of the question. Inkwell exposes all the LLVM types using...

You're right that CFC is not part of the norm, it is however very similar to FBD. What we are missing from FBD IIRC are networks. The network chain can...

Hello @rohanrayan, We don't have a published roadmap at the moment but we should indeed work on one. The current plan is as follows: - Hardware channel support (%IX...) (In...

> Do you plan on implementing a full "Batteries included" experience such as IDE Integration (VS Code or something else) with Online Change support and Online Debug (Value monitoring and...

Seems like the changes to the metadata affects macs. There's a PR that will move them behind a flag but we should still look into this.

The 32 bit conversion is inspired by what C does in such operations. I agree that the division with unsigned values should be udiv.

> @CohenArthur what is your runtime? Have a link? I am curious to check it out. We can't share much about the effective runtime, but this should be similar for...