# C++ DEV Update - July edition

DevFeed: [C++ DEV Update - July edition](<https://devfeed.tech/articles/c-dev-update-july-edition-16769.md>)

Original publisher: [Read original article](<https://blog.ethereum.org/en/2016/07/08/c-dev-update-summer-edition>)

Author: Christian Reitwiessner

Published: 2016-07-08T17:57:33Z

Content type: news

Language: en

Sources: [Ethereum Foundation Blog](<https://devfeed.tech/sources/ethereum-foundation-blog.md>)

Topics: [C++](<https://devfeed.tech/topics/c-plus-plus.md>), [Development](<https://devfeed.tech/topics/development.md>), [Blockchain](<https://devfeed.tech/topics/blockchain.md>), [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [Remote Procedure Call (RPC)](<https://devfeed.tech/topics/rpc.md>), [JIT](<https://devfeed.tech/topics/jit.md>), [Ubuntu](<https://devfeed.tech/topics/ubuntu.md>)

Tags: [apache](<https://devfeed.tech/tags/apache.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [benchmarks](<https://devfeed.tech/tags/benchmarks.md>), [blockchain](<https://devfeed.tech/tags/blockchain.md>), [c-plus-plus](<https://devfeed.tech/tags/c-plus-plus.md>), [dev](<https://devfeed.tech/tags/dev.md>), [go](<https://devfeed.tech/tags/go.md>), [ipc](<https://devfeed.tech/tags/ipc.md>), [jit](<https://devfeed.tech/tags/jit.md>), [native](<https://devfeed.tech/tags/native.md>), [proof-of-work](<https://devfeed.tech/tags/proof-of-work.md>), [research-development](<https://devfeed.tech/tags/research-development.md>), [rpc](<https://devfeed.tech/tags/rpc.md>), [ubuntu](<https://devfeed.tech/tags/ubuntu.md>), [update](<https://devfeed.tech/tags/update.md>)

## AI overview

An overview of work on the C++ Ethereum client, including proposed Apache 2.0 relicensing, new RPC endpoints for smart-contract testing, improvements to the EVM interpreter, and benchmark results comparing interpreter and JIT performance.

## Source excerpt

Since the last C++ DEV Update, a lot of things happened in the engine room which were not really visible to the outside. This post wants to give an overview about what we are currently working on. Apart from the features side, Bob has been working on a proposed...