US20230205575A1 - Customized root processes for individual applications - Google Patents

Customized root processes for individual applications Download PDF

Info

Publication number
US20230205575A1
US20230205575A1 US18/179,228 US202318179228A US2023205575A1 US 20230205575 A1 US20230205575 A1 US 20230205575A1 US 202318179228 A US202318179228 A US 202318179228A US 2023205575 A1 US2023205575 A1 US 2023205575A1
Authority
US
United States
Prior art keywords
application
root process
memory
root
user
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
US18/179,228
Inventor
Dmitri Yudanov
Samuel E. Bradshaw
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Micron Technology Inc
Original Assignee
Micron Technology Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Micron Technology Inc filed Critical Micron Technology Inc
Priority to US18/179,228 priority Critical patent/US20230205575A1/en
Assigned to MICRON TECHNOLOGY, INC. reassignment MICRON TECHNOLOGY, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: BRADSHAW, Samuel E., YUDANOV, DMITRI
Publication of US20230205575A1 publication Critical patent/US20230205575A1/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • G06F9/4451User profiles; Roaming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/485Task life-cycle, e.g. stopping, restarting, resuming execution
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/302Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a software system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/38Concurrent instruction execution, e.g. pipeline or look ahead
    • G06F9/3836Instruction issuing, e.g. dynamic instruction scheduling or out of order instruction execution
    • G06F9/3842Speculative instruction execution
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11CSTATIC STORES
    • G11C11/00Digital stores characterised by the use of particular electric or magnetic storage elements; Storage elements therefor
    • G11C11/21Digital stores characterised by the use of particular electric or magnetic storage elements; Storage elements therefor using electric elements
    • G11C11/34Digital stores characterised by the use of particular electric or magnetic storage elements; Storage elements therefor using electric elements using semiconductor devices
    • G11C11/40Digital stores characterised by the use of particular electric or magnetic storage elements; Storage elements therefor using electric elements using semiconductor devices using transistors
    • G11C11/401Digital stores characterised by the use of particular electric or magnetic storage elements; Storage elements therefor using electric elements using semiconductor devices using transistors forming cells needing refreshing or charge regeneration, i.e. dynamic cells
    • G11C11/4063Auxiliary circuits, e.g. for addressing, decoding, driving, writing, sensing or timing
    • G11C11/407Auxiliary circuits, e.g. for addressing, decoding, driving, writing, sensing or timing for memory cells of the field-effect type
    • G11C11/409Read-write [R-W] circuits 
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44568Immediately runnable code
    • G06F9/44578Preparing or optimising for loading

Definitions

  • At least some embodiments disclosed herein relate to root processes for computing systems in general, and more particularly to customized root processes for individual applications in a computing device.
  • the innerworkings of the ANDROID operating system include a zygote that acts as a parent or root process of all ANDROID application processes.
  • any non-initial process (or any non-zero process) can be at least partially derived from the initial or zero process of the operating system (OS).
  • OS operating system
  • ANDROID is a mobile OS for mobile devices developed by GOOGLE. It is based on a modified version of the LINUX kernel and other open source software, and is designed primarily for mobile devices (e.g., smartphones, tablets, etc.). GOOGLE has also developed versions of ANDROID for the Internet of Things (loTs). And, versions of ANDROID have been developed for televisions and other household appliances, in-vehicle information systems, wearable smart devices, game consoles, digital cameras, and other types of electronics including PCs.
  • the process that invoked the forking is the parent process and a newly created process is a child process.
  • the kernel can identify each process by its process identifier, e.g., “0” for the initial or zero process.
  • the zero process i.e., process 0
  • process 0 is a root process generated when the OS boots.
  • a first child process (e.g., process 1), known as “init”, can at least be partially derived from the zero process and can become the ancestor of every other process in the OS.
  • FIGS. 1 and 3 illustrate an example mobile device including and running respective root processes for multiple applications, in accordance with some embodiments of the present disclosure.
  • FIGS. 2 , 4 , 5 , and 6 illustrate flow diagrams of example operations that can be performed by the mobile device depicted in FIGS. 1 and 3 , in accordance with some embodiments of the present disclosure.
  • FIG. 7 illustrates an example computing device that can implement creation of customized root processes for individual applications, in accordance with some embodiments of the present disclosure.
  • FIG. 8 illustrates the example mobile device depicted in FIGS. 1 and 3 including example alternatives of root processes, in accordance with some embodiments of the present disclosure.
  • At least some embodiments disclosed herein relate to root processes for computing systems in general, and more particularly to customized root processes for individual applications in a computing device.
  • Some embodiments disclosed herein relate to an operating system (OS) or hypervisor or the like of one or more computing devices that is configured to monitor usage of one or more applications by a user in the one or more devices.
  • OS operating system
  • some embodiments can relate to an OS of a mobile device that is configured to monitor usage of an application in the device by a user.
  • the monitoring of such embodiments can identify typical initial reads or writes by an application that cause the OS, hypervisor, or the like to read from memory and write into memory for the application.
  • the monitoring can also include monitoring of usage patterns of the application and related applications (e.g., data access patterns, typical day of week used by the user, time of day usually used, other application used that correlates to use of the application, etc.).
  • the initial reads and writes can be stored or cached in memory to be used via a respective root process particularly for the application.
  • the initial reads and writes can be managed, maintained, prioritized etc., by the OS, hypervisor or the like, via the memory, according to frequency of use, recency of use, etc.
  • storing or caching can be done in faster memory for accelerating the initial reads and writes.
  • instructions and/or data for the root process of an application can be stored in a persistent, non-volatile memory such as flash memory or non-volatile random-access memory (NVRAM).
  • NVRAM can include 3D XPoint memory in some embodiments.
  • the root process for an application can be launched on startup of the OS, hypervisor or the like.
  • the root process of the application can be killed if the application is not used within a certain time period or if application consumes too much system resources such as CPU, GPU, memory or other resource.
  • the OS, hypervisor or the like can be configured to re-launch the root process according to identified patterns in the monitoring of the application. Preference to patterns can be based on quantify, frequency and/or recency of the patterns, and any type of memory access patterns for the application can be monitored and tracked.
  • the monitoring and tracking can include hardware and software performance counters, which are available through an OS via reading and writing special registers (e.g., model specific registers).
  • Patterns can be based on metrics such as quantity, frequency and/or recency of reads from memory, writes to memory, address patterns in physical memory space, address patterns in virtual space, locality of data (spatially and/or temporally), bank conflicts, or CPU cycles per instruction. Patterns can also be based on metrics such as quantity, frequency and/or recency of translation lookaside buffer (TLB) metrics and other metrics available to an OS.
  • metrics such as quantity, frequency and/or recency of reads from memory, writes to memory, address patterns in physical memory space, address patterns in virtual space, locality of data (spatially and/or temporally), bank conflicts, or CPU cycles per instruction.
  • Patterns can also be based on metrics such as quantity, frequency and/or recency of translation lookaside buffer (TLB) metrics and other metrics available to an OS.
  • TLB translation lookaside buffer
  • the OS of the device or an associated hypervisor can pre-launch the application to generate root application process that is customized for the user.
  • the pre-launch can occur before the user requests the computing device to start the application.
  • the application can be at least partially executed via an OS or hypervisor or the like.
  • the pre-launch process or root process of the application is different from the root process of the OS.
  • the OS or hypervisor or the like can move and/or copy data to set up the root process of the application.
  • the copying and/or moving of the data initially can be done by a root process of the OS. This can occur before any initial reads or writes for the application such as by a root process of the application.
  • common code and read-only data are not copied and/or moved by the root process of the OS or a respective root process of an application.
  • code and data of a root process are not copied until initial modification of code and data by a root process, another process or the OS.
  • only modified parts of code and data are copied, but not modified parts remain common. In some embodiments these parts can be identified by monitoring writes to memory pages, cache lines or file system sectors or other elements of computer-readable storage medium.
  • the computing device e.g., a mobile device
  • the computing device can monitor the frequent or recent usage of the application by the user to determine initial reads and writes to add to the root process of the application. This can cause the OS, hypervisor, or the like to read from and/or write into memory for the application.
  • the data moving and/or copying as a result of the initial writes can also be performed before the user requests the OS, hypervisor or the like to start the application.
  • the predicted initial reads and/or writes for the application can be used to customize the application’s root process.
  • the customized root process of the application can be saved in a persistent non-volatile memory (e.g., flash memory and/or NVRAM) for fast starting of the application.
  • the OS, hypervisor, or the like can use the pre-launched process of the application (i.e., the root process of the application), or a forked process from the pre-launched process to service the user.
  • the forked process from the root process of the application can be similar to or different from the root process.
  • the OS can kill the active process of the application and/or the root process of the application, completely or partially.
  • the OS, hypervisor, or the like can re-launch the root process of the application, which can be further customized based on most recent and/or frequent user usage patterns of the application.
  • FIGS. 1 and 3 illustrate an example mobile device 102 including and running respective root processes for multiple applications, in accordance with some embodiments of the present disclosure.
  • FIGS. 2 , 4 , 5 , and 6 illustrate flow diagrams of example methods 200 , 400 , 500 , and 600 that can be performed by the mobile device 102 depicted in FIGS. 1 and 3 , in accordance with some embodiments of the present disclosure.
  • FIG. 1 Illustrates mobile device 102 that at least includes a controller and memory 104 .
  • the controller and memory 104 of mobile device 102 can include instructions and data for applications executed in the mobile device (e.g., see applications 106 a , 106 b , and 106 c ).
  • the controller of the mobile device 102 can execute the instructions for the applications based on the data.
  • the data can include application instruction code in binary format or in a format suitable for interpreting by programming language interpreter.
  • the data can include some data structures, libraries etc.
  • the controller can also hold the instructions and data in registers of the controller.
  • the memory can hold the instructions and data in its memory cells.
  • the memory cells of the memory of the mobile device 102 can include flash memory cells and/or NVRAM cells.
  • the NVRAM cells can be or include 3D XPoint memory cells.
  • the memory can have different speeds, latencies, bandwidths and other parameters.
  • SRAM memory can be used as high-speed cache, DRAM as the main memory, and NVRAM as storage memory.
  • the instructions and data for each application included and runnable in the mobile device 102 can include root process data and instructions for a root process of the application.
  • the respective root process of an application included in the mobile device 102 e.g., see root process 108 of application 106 a , root process 112 of application 106 b , and root process 116 of application 106 c
  • the controller can be configured to execute the instructions of the root process according to the instructions and data for the root process
  • the memory can be configured to hold or store the instructions and the data for execution of the root process by the controller.
  • the other processes of the application included in the mobile device 102 can be implemented by the controller and the memory 104 too.
  • the controller can be configured to execute the instructions of the other processes of the application according to the instructions and data for the other processes, and the memory can be configured to hold or store the instructions and the data for execution of the other processes by the controller.
  • FIG. 2 illustrates operations of method 200 that can be performed by the mobile device 102 depicted in FIG. 1 or by another type of computing device configured similarly to the mobile device 102 .
  • the method 200 can be performed at least partially by an OS of a computing device in general or an OS of a mobile device.
  • the method 200 can also be performed at least partially by a hypervisor and/or one or more operating systems.
  • the method 200 begins at step 202 with executing a root process of an application to an initial point according to patterns of prior executions of the application. Also, the method 200 can begin with customizing a root process of an application according to patterns of prior executions of the application, and then executing the root process of the application to the initial point according to the patterns of prior executions of the application.
  • Patterns of prior executions of the application can include, be related to, or be based on at least quantity, frequency and/or recency of patterns in prior executions of the application that are monitored and/or tracked.
  • the patterns monitored and/or tracked can be any type of pattern of application usage by a user or a machine.
  • any type of pattern of memory access and usage for the application can be monitored and/or tracked.
  • Patterns of prior executions of the application can include, be related to, or be based on metrics such as at least quantity, frequency and/or recency of any type of pattern of application usage by a user or a machine.
  • patterns can include, be related to, or be based on metrics such as quantity, frequency and/or recency of reads from memory, writes to memory, address patterns in physical memory space, address patterns in virtual space, locality of data (spatially and/or temporally), bank conflicts, CPU cycles per instruction, etc.
  • the executing the root process of the application can include moving data in memory before any initial writes to and/or reads from memory for the application. Also, the executing the root process of the application can include copying data in memory before any initial writes to and/or reads from memory for the application. And, the moved and/or copied data can include data related to the patterns of prior executions of the application. In some embodiments, the moving and/or copying of data in memory before any initial writes to memory can include avoiding moving and/or copying common code and read-only data.
  • the method 200 can include, after an OS (or hypervisor) in the computing device forks a root process for the OS (or hypervisor), executing predicted initial writes and/or reads for the application to customize the executing of the root process of the application such that the root process of the application is an application-level process for the application.
  • OS or hypervisor
  • executing predicted initial writes and/or reads for the application to customize the executing of the root process of the application such that the root process of the application is an application-level process for the application.
  • the method 200 can include storing data for the root process of the application in flash memory before at least part of the execution of the root process (not depicted in the drawings).
  • the method 200 can also include storing data for the root process of the application in NVRAM before at least part of the execution of the root process (not depicted in the drawings).
  • the NVRAM can include 3D XPoint memory. In some embodiments storing new data can overwrite old unused data related to the usage of the applications.
  • the method 200 continues with receiving a request to start the application from a user.
  • the method 200 continues with starting the application upon receiving the request to start the application and by using the root process of the application.
  • the method 200 can include executing, at least partially by an OS in a computing device, a root process of an application as a background process according to patterns of prior executions of the application.
  • the method 200 can also include receiving, by the OS, a request to start the application from a user of the computing device.
  • the method 200 can include starting, by the OS, the application in the computing device upon receiving the request to start the application and by using the root process of the application or a forked process of the root process.
  • code and data of a forked process are not copied until an initial modification of code and data by the application, another process or the OS.
  • code and data of a forked process are not copied until an initial modification of code and data by the application, another process or the OS.
  • only modified parts of code and data are copied, but not modified parts remain common.
  • such parts can be identified by monitoring writes to memory pages, cache lines or file system sectors or other elements of computer-readable storage medium.
  • executing a root process to an initial point can be done on one device, e.g. in cloud computing environment, then forking it upon receiving a request from another device to start at least one of the applications, then transferring a forked process over network to another device, e.g. mobile device, then using the forked process on a mobile deice as a starting point for application.
  • the method 200 can include executing, in a computing device (e.g., a mobile device) or multiple computing devices, a root process of an application to an initial point according to patterns of prior executions of the application—at step 202 .
  • the method 200 can also include receiving, by the computing device(s), a request to start the application from a user of the computing device(s)—at step 204 .
  • the method 200 can also include starting the application in the computing device(s) upon receiving the request to start the application and by using the root process of the application—at step 206 .
  • each step or at least some of the steps of method 200 can be performed by an operating system of the computing device(s), one or more operating systems of the computing device(s), a hypervisor, or any combination thereof.
  • at least one of the executing, receiving, or starting steps can be at least partially performed by an OS in the computing device(s).
  • FIG. 3 Illustrates the mobile device 102 , which at least includes a controller and memory 104 .
  • the controller and memory 104 of mobile device 102 can include instructions and data for applications executed in the mobile device (e.g., see applications 306 a , 306 b , and 306 c ).
  • the controller of the mobile device 102 can execute the instructions for the applications based on the data.
  • the data can include application instruction code in binary format or in a format suitable for interpreting by programming language interpreter.
  • the data can include some data structures, libraries etc.
  • the controller can also hold the instructions and data in registers of the controller.
  • the memory can hold the instructions and data in its memory cells.
  • the memory cells of the memory of the mobile device 102 can include flash memory cells and/or NVRAM cells.
  • the instructions and data for each application included and runnable in the mobile device 102 can include root process data and instructions for a root process of the application.
  • the root process of an application included in the mobile device 102 can be implemented by the controller and the memory 104 .
  • the controller configured to execute the instructions of the root process according to the instructions and data for the root process, and the memory configured to hold or store the instructions and the data for execution of the root process by the controller. Also, as illustrated by FIG.
  • the other processes of the application included in the mobile device 102 can be implemented by the controller and the memory 104 too.
  • the controller configured to execute the instructions of the other processes of the application according to the instructions and data for the other processes, and the memory configured to hold or store the instructions and the data for execution of the other processes by the controller.
  • the controller and memory 104 can include data and instructions for multiple processes forked from the respective root processes of the applications stored and runnable in the mobile device 102 (e.g., see forked processes 310 a , 310 b , 310 c , 314 a , 314 b , 318 a , and 318 b ).
  • at least processes 310 a , 310 b , and 310 c are forked from root process 308 ; but, there may be more processes forked from root process 308 .
  • processes 314 a and 314 b are forked from root process 312 .
  • processes 318 a and 318 b are forked from root process 316 .
  • an operating system of the mobile device 102 is configured to fork a root process of an application (e.g., see root process 308 of application 306 a , root process 312 of application 306 b , and root process 316 of application 306 c ) into multiple processes (e.g., see forked processes 310 a , 310 b , 310 c , 314 a , 314 b , 318 a , and 318 b ).
  • a root process of an application e.g., see root process 308 of application 306 a , root process 312 of application 306 b , and root process 316 of application 306 c
  • multiple processes e.g., see forked processes 310 a , 310 b , 310 c , 314 a , 314 b , 318 a , and 318 b ).
  • the operating system can be configured to start the application in the mobile device 102 upon receiving a request to start the application and by using at least one of the multiple forked processes (e.g., see forked processes 310 a , 310 b , 310 c , 314 a , 314 b , 318 a , and 318 b ) and/or the respective root process according to the request to start the application (e.g., see root process 308 of application 306 a , root process 312 of application 306 b , and root process 316 of application 306 c ).
  • the multiple forked processes e.g., see forked processes 310 a , 310 b , 310 c , 314 a , 314 b , 318 a , and 318 b
  • the respective root process e.g., see root process 308 of application 306 a , root process 312 of application 306 b , and root process 316 of application 306
  • At least some or each of the forked multiple processes can be different from the parent root process of the application. The differences can be based on different applications and different application parts in the computing device to be run. And, at least some or each of the forked multiple processes can be identical to the parent root process of the application at least at some point of execution of the application.
  • an initial execution of a forked root process can be limited to pre-loading libraries, composing a forked process out of required libraries and initial data structures, and saving the forked process for further reuse. Also, at any time, execution of a forked process can be saved in memory at some state so that it can be re-used in order to avoid spending time on re-executing the process.
  • FIG. 4 illustrates operations of method 400 that can be performed by the mobile device 102 depicted in FIG. 3 or by another type of computing device configured similarly to the mobile device 102 .
  • the method 400 can be performed by an operating system of a computing device in general or an operating system of a mobile device.
  • the method 400 can also be performed at least partially by a hypervisor and/or one or more operating systems.
  • the method 400 begins at step 402 (which is similar to step 202 depicted in FIG. 2 ) with executing a root process of an application to an initial point according to patterns of prior executions of the application. Also, the method 400 can begin with customizing a root process of an application according to patterns of prior executions of the application, and then executing the root process of the application to the initial point according to the patterns of prior executions of the application.
  • Patterns of prior executions of the application can include, be related to, or be based on at least quantity, frequency and/or recency of patterns in prior executions of the application that are monitored and/or tracked.
  • the patterns monitored and/or tracked can be any type of pattern of application usage by a user or a machine.
  • any type of pattern of memory access and usage for the application can be monitored and/or tracked.
  • Patterns of prior executions of the application can include, be related to, or be based on metrics such as at least quantity, frequency and/or recency of any type of pattern of application usage by a user or a machine.
  • patterns can include, be related to, or be based on metrics such as quantity, frequency and/or recency of reads from memory, writes to memory, address patterns in physical memory space, address patterns in virtual space, locality of data (spatially and/or temporally), bank conflicts, CPU cycles per instruction, etc.
  • the executing the root process of the application can include moving data in memory before any initial writes to and/or reads from memory for the application. Also, the executing the root process of the application can include copying data in memory before any initial writes to and/or reads from memory for the application. And, the moved and/or copied data can include data related to the patterns of prior executions of the application. In some embodiments, the moving and/or copying of data in memory before any initial writes to memory can include avoiding moving and/or copying common code and read-only data.
  • the method 400 can include, after an operating system (or hypervisor) in the computing device forks a root process for the operating system (or hypervisor), executing predicted initial writes and/or reads for the application to customize the executing of the root process of the application such that the root process of the application is an application-level process for the application.
  • an operating system or hypervisor
  • hypervisor executing predicted initial writes and/or reads for the application to customize the executing of the root process of the application such that the root process of the application is an application-level process for the application.
  • the method 400 can include storing data for the root process of the application in flash memory before at least part of the execution of the root process (not depicted in the drawings).
  • the method 400 can also include storing data for the root process of the application in NVRAM before at least part of the execution of the root process (not depicted in the drawings).
  • the NVRAM can include 3D XPoint memory.
  • the method 400 continues with receiving a request to start the application from a user.
  • the method 400 continues with forking the root process of the application into multiple processes.
  • the method 400 continues with starting the application upon receiving the request to start the application and by using at least one of the multiple processes according to the request to start the application.
  • the method 400 can continue with starting the application upon receiving the request to start the application and by using at least one of the parent root process (e.g., see root process 308 ) and the multiple processes (e.g., see forked processes 310 a , 310 b , and 310 c ) according to the request to start the application.
  • the parent root process e.g., see root process 308
  • the multiple processes e.g., see forked processes 310 a , 310 b , and 310 c
  • the method 400 can include executing, in a computing device (e.g., a mobile device) or multiple computing devices, a root process of an application to an initial point according to patterns of prior executions of the application—at step 402 .
  • the method 400 can also include receiving, by the computing device(s), a request to start the application from a user of the computing device(s)—at step 404 .
  • the method 400 can also include forking, by the computing device (such as by the OS of the computing device), the root process of the application into multiple processes —at step 406 .
  • the method 400 can also include starting the application in the computing device upon receiving the request to start the application and by using at least one of the multiple processes according to the request to start the application—at step 408 .
  • each step or at least some of the steps of method 400 can be performed by an operating system of the computing device(s), one or more operating systems of the computing device(s), a hypervisor, or any combination thereof.
  • at least one of the executing, receiving, or starting steps can be performed by an OS in the computing device(s).
  • the method 400 can include forking the root process of the application into multiple identical processes—at step 406 , and starting the application in the mobile device upon receiving the request to start the application and by using at least one of the multiple identical processes according to the request to start the application—at step 408 .
  • At least some or each of the forked multiple processes can be different from the parent root process of the application. The differences can be based on different applications and different application parts in the computing device to be run. And, at least some or each of the forked multiple processes can be identical to the parent root process of the application at least at some point of execution of the application.
  • the patterns of prior executions of the application are from use of the application on a particular computing device (e.g., a particular mobile device) by a particular user and other users so that the root process is customized for use of the application on the particular computing device by any user.
  • a particular computing device e.g., a particular mobile device
  • the patterns of prior executions of the application are from use of the application on a particular computing device (e.g., a particular mobile device) by a particular user so that the root process is customized for use of the application on the particular mobile device by the particular user.
  • a particular computing device e.g., a particular mobile device
  • the patterns of prior executions of the application are from use of a particular application on a particular computing device (e.g., a particular mobile device) and at least one other computing device by a particular user so that the root process is customized for use of the application on the computing device and the at least one other computing device by the particular user.
  • a particular computing device e.g., a particular mobile device
  • Customizing a root process can be done, but not limited to, composing it from various libraries, using other root processes available by default, forming data structures, and querying various sources over the network for root process components.
  • FIG. 5 illustrates operations of method 500 that can be performed by the mobile device 102 depicted in FIGS. 1 and 3 or by another type of computing device configured similarly to the mobile device 102 .
  • the method 500 can be performed by an operating system of a computing device in general or an operating system of a mobile device.
  • the method 200 can also be performed at least partially by a hypervisor and/or one or more operating systems.
  • the method 500 begins at step 502 with monitoring usage of the application to determine frequency or recency of reads from and writes to memory for the application. In some embodiments (not depicted), the method 500 can begin with monitoring and/or tracking usage of the application to determine quantity, frequency and/or recency of patterns of prior executions of the application.
  • the patterns of prior executions of the application can include, be related to, or be based on at least quantity, frequency and/or recency of patterns in prior executions of the application that are monitored and/or tracked.
  • the patterns monitored and/or tracked can be any type of pattern of application usage by a user or a machine.
  • any type of pattern of memory access and usage for the application can be monitored and/or tracked.
  • Patterns can include, be related to, or be based on metrics such as quantity, frequency and/or recency of reads from memory, writes to memory, address patterns in physical memory space, address patterns in virtual space, locality of data (spatially and/or temporally), bank conflicts, CPU cycles per instruction, etc.
  • monitoring and tracking usage of the application can occur during initiation of the application (e.g., including when the application is being loaded to memory) and/or afterwards during running of the application.
  • the monitoring and tracking usage of the application can occur during initiation of the application and at any other period of running the application post-initiation.
  • Monitoring and tracking usage of the application during runtime can facilitate derivation of an effective and/or efficient root process of the application. For example, after initiation a user can touch a screen to trigger some element of application and expect some result. The delivery of that result can be very quick in some embodiments since a critical memory object can be preloaded based on the monitoring that occurs during runtime of the application. In some embodiments, the preloading of the object can be done from slower memory such as NAND-type Flash memory to faster memory such as DRAM.
  • the method 500 continues with generating the patterns of prior executions of the application according to the frequency or recency of reads from and writes to memory for the application. In some embodiments (not depicted), the method 500 can continue with generating the patterns of prior executions of the application according to the quantity, frequency and/or recency of patterns in prior executions of the application that are monitored and/or tracked.
  • the generated patterns of prior executions of the application can include, be related to, or be based on at least quantity, frequency and/or recency of patterns in prior executions of the application that are monitored and/or tracked.
  • the patterns generated at step 504 can be any type of pattern of application usage by a user or a machine.
  • the patterns generated, at step 504 can include any type of pattern of memory access and usage for the application can be monitored and/or tracked.
  • the generated patterns can include, be related to, or be based on metrics such as quantity, frequency and/or recency of reads from memory, writes to memory, address patterns in physical memory space, address patterns in virtual space, locality of data (spatially and/or temporally), bank conflicts, or any other types of metrics related to usage of the application and memory for the application.
  • metrics such as quantity, frequency and/or recency of reads from memory, writes to memory, address patterns in physical memory space, address patterns in virtual space, locality of data (spatially and/or temporally), bank conflicts, or any other types of metrics related to usage of the application and memory for the application.
  • the method 500 continues with the steps from method 200 after step 504 .
  • the method continues with step 202 of executing a root process of an application to an initial point according to the patterns of prior executions of the application which were generated at step 504 .
  • the method 500 continues with, at step 204 , receiving a request to start the application from a user.
  • the method 500 continues with, at step 206 , starting the application upon receiving the request to start the application and by using the root process of the application.
  • FIG. 6 illustrates operations of method 600 that can be performed by the mobile device 102 depicted in FIGS. 1 and 3 or by another type of computing device configured similarly to the mobile device 102 .
  • the method 600 can be performed by an operating system of a computing device in general or an operating system of a mobile device.
  • the method 600 can also be performed at least partially by a hypervisor and/or one or more operating systems.
  • the method 600 begins with the steps from method 200 .
  • the method 600 begins with step 202 of executing a root process of an application to an initial point according to the patterns of prior executions of the application.
  • the method 600 continues with, at step 204 , receiving a request to start the application from a user.
  • the method 600 continues with, at step 206 , starting the application upon receiving the request to start the application and by using the root process of the application.
  • the method 600 continues with receiving a request to end the application from the user.
  • the method 600 continues with receiving a request to end the application from the user of the computing device (e.g., the user of the mobile device).
  • the method 600 continues with at least partially ending the application upon receiving the request to end the application.
  • the method 600 continues with at least partially ending the root process of the application upon receiving the request to end the application.
  • step 608 when step 606 is completed, the method 600 continues with at least partially re-executing the root process according a predetermined condition (after at least partially ending the application and the root process).
  • the at least partially re-executing of the root process can occur based on the patterns of prior executions of the application. Also, at step 608 , the at least partially re-executing of the root process can be updated by the patterns of prior executions of the application.
  • the method 600 moves forward with continuing to run the root process of the application upon receiving the request to end the application.
  • the method 600 can include receiving a request to end the application from the user of the mobile device at step 602 , and then at step 604 , it can include at least partially ending the application upon receiving the request to end the application, and then at step 610 , it can include continuing to run the root process of the application upon receiving the request to end the application and without stopping the root process in between steps 604 and 610 .
  • the root process of the application can be re-used again should the user decide to re-start the at least partly ended application or other application, for which this root-process can be used.
  • a non-transitory computer-readable storage medium stores instructions that, when executed by at least one processing device (such as controller 706 shown in FIG. 7 ), cause the at least one processing device to perform the method 200 , method 400 , method 500 , method 600 , or any other method, process, or operation described herein, and/or any combination thereof.
  • some embodiments can include a non-transitory computer-readable storage medium tangibly encoded with computer-executable instructions, that when executed by a processor associated with a computing device, performs a method such as the method 200 shown in FIG. 2 .
  • the method can include executing, in a mobile device, a root process of an application to an initial point according to patterns of prior executions of the application.
  • the method can also include receiving a request to start the application from a user of the mobile device.
  • the method can include starting the application in the mobile device upon receiving the request to start the application and by using the root process of the application.
  • some embodiments can include a non-transitory computer-readable storage medium tangibly encoded with computer-executable instructions, that when executed by a processor associated with a computing device, performs a method such as the method 400 shown in FIG. 4 , the method 500 shown in FIG. 5 , and the method 600 shown in FIG. 6 .
  • FIG. 7 illustrates an example computing device 700 that can implement creation of customized root processes for individual applications, in accordance with some embodiments of the present disclosure.
  • the device 700 can be or include or be a part of mobile device 102 or any other type of computing device that is or is somewhat similar to a mobile device–such as a smartphone, tablet computer, loT device, smart television, smart watch, glasses or other smart household appliance, in-vehicle information system, wearable smart device, game console, PC, digital camera, or any combination thereof.
  • the device 700 can be connected to communications network(s) 714 that includes at least a wide area network (WAN), a local area network (LAN), an intranet, a mobile wireless network such as 4G or 5G, an extranet, the Internet, and/or any combination thereof.
  • WAN wide area network
  • LAN local area network
  • 4G or 5G an extranet
  • extranet the Internet
  • Each of the computing or mobile devices described herein can be or be replaced by a personal computer (PC), a tablet PC, a set-top box (STB), a Personal Digital Assistant (PDA), a cellular telephone, a web appliance, a server, a network router, a switch or bridge, or any machine capable of executing a set of instructions (sequential or otherwise) that specify actions to be taken by that machine.
  • PC personal computer
  • PDA Personal Digital Assistant
  • each of the illustrated computing or mobile devices can each include at least a bus and/or motherboard, one or more controllers (such as one or more CPUs), a main memory that can include temporary data storage, at least one type of network interface, a storage system that can include permanent data storage, and/or any combination thereof.
  • one device can complete some parts of the methods described herein, then send the result of completion over a network to another device such that another device can continue with other steps of the methods described herein.
  • FIG. 7 also illustrates example parts of the example computing device 700 , in accordance with some embodiments of the present disclosure.
  • the device 700 can be communicatively coupled to the network(s) 714 as shown.
  • the device 700 includes at least a bus 704 , a controller 706 (such as a CPU), memory 708 , a network interface 710 , a data storage system 712 , and other components 716 (which can be any type of components found in mobile or computing devices such as GPS components, I/O components, and sensors).
  • the other components 716 can include one or more displays, different types of sensors, audio and/or visual input/output devices, additional application-specific memory, one or more additional controllers (e.g., GPU), or any combination thereof.
  • the bus 704 communicatively couples the controller 706 , the memory 708 , the network interface 710 , the data storage system 712 and the other components 716 .
  • the device 700 includes a computer system that includes at least controller 706 , memory 708 (e.g., read-only memory (ROM), flash memory, dynamic random-access memory (DRAM) such as synchronous DRAM (SDRAM) or Rambus DRAM (RDRAM), static random-access memory (SRAM), etc.), and data storage system 712 , which communicate with each other via bus 704 (which can include multiple buses).
  • memory 708 e.g., read-only memory (ROM), flash memory, dynamic random-access memory (DRAM) such as synchronous DRAM (SDRAM) or Rambus DRAM (RDRAM), static random-access memory (SRAM), etc.
  • SDRAM synchronous DRAM
  • RDRAM Rambus DRAM
  • SRAM static random-access memory
  • FIG. 7 is a block diagram of an example device 700 having a computer system in which embodiments of the present disclosure can operate.
  • the computer system can include a set of instructions, for causing a machine to perform any one or more of the methodologies discussed herein, when executed.
  • the machine can be connected (e.g., networked via network interface 710 ) to other machines in a LAN, an intranet, an extranet, and/or the Internet (e.g., network(s) 714 ).
  • the machine can operate in the capacity of a server or a client machine in client-server network environment, as a peer machine in a peer-to-peer (or distributed) network environment (such as the peer-to-peer networks described herein), or as a server or a client machine in a cloud computing infrastructure or environment.
  • Controller 706 represents one or more general-purpose processing devices such as a microprocessor, a central processing unit, or the like. More particularly, the processing device can be a complex instruction set computing (CISC) microprocessor, reduced instruction set computing (RISC) microprocessor, very long instruction word (VLIW) microprocessor, single instruction multiple data (SIMD), multiple instructions multiple data (MIMD), or a processor implementing other instruction sets, or processors implementing a combination of instruction sets. Controller 706 can also be one or more special-purpose processing devices such as an application specific integrated circuit (ASIC), a field programmable gate array (FPGA), a digital signal processor (DSP), network processor, or the like. Controller 706 is configured to execute instructions for performing the operations and steps discussed herein. Controller 706 can further include a network interface device such as network interface 710 to communicate over one or more communications network (such as network(s) 714 ).
  • CISC complex instruction set computing
  • RISC reduced instruction set computing
  • VLIW very long instruction word
  • SIMD
  • the data storage system 712 can include a machine-readable storage medium (also known as a computer-readable medium) on which is stored one or more sets of instructions or software embodying any one or more of the methodologies or functions described herein.
  • the instructions can also reside, completely or at least partially, within the memory 708 and/or within the controller 706 during execution thereof by the computer system, the memory 708 and the controller 706 also constituting machine-readable storage media.
  • the memory 708 can be or include main memory of the device 700 .
  • machine-readable storage medium shall also be taken to include any medium that is capable of storing or encoding a set of instructions for execution by the machine and that cause the machine to perform any one or more of the methodologies of the present disclosure.
  • machine-readable storage medium shall accordingly be taken to include, but not be limited to, solid-state memories, optical media, and magnetic media.
  • FIG. 8 illustrates the mobile device 102 depicted in FIGS. 1 and 3 including example alternatives of root processes, in accordance with some embodiments of the present disclosure.
  • the mobile device 102 includes the controller and memory 104 and four example cases of alternatives of root processes (see example cases 1, 2, 3, and 4 shown in FIG. 8 ).
  • the mobile device 102 shown in FIG. 8 can also include aspects of the mobile device 102 shown in FIGS. 1 and 3 .
  • the first example case shown in FIG. 8 is case 1.
  • application 306 a is depicted as it is shown in FIG. 3 .
  • Application 306 a includes a root process 308 that is forked into multiple forked processes (e.g., see forked processes 310 a , 310 b , and 310 c ).
  • the second example case shown in FIG. 8 is case 2.
  • application 802 includes a root process “a” and application 804 includes a root process “b”.
  • different root processes are shown being used by multiple applications.
  • a root process for an application can be used by two or more applications.
  • one-to-many mapping examples can be used in some embodiments described herein.
  • multiple different root processes can be used by a single application.
  • root process “a” of application 802 is forked into forked process 1a and 2a, and process 1a is being used by application 802 and process 2a is being used by application 804 .
  • root process “b” of application 804 is forked into forked process 1b and 2b, and forked process 1b is being used by application 802 and process 2b is being used by application 804 .
  • the third example case shown in FIG. 8 is case 3.
  • application 806 includes a root process “a” and operating system 808 (which is an OS of the mobile device 102 ) includes a root process “b”.
  • the root process “a” is forked into at least forked processes 1a and 2 and the root process “b” is forked into at least forked process 1b.
  • the OS-generated forked process can be used by one or multiple applications (e.g., FIG. 8 shows the OS-generated forked process being used by application 806 ).
  • the OS 808 can request a forked process from any application to modify and/or generate its own processes (e.g., see forked process 2 forked from root process “a” of application 806 , which is shown being used by the OS). And, other applications besides the OS can use the forked process 2 forked from root process “a” of application 806 .
  • the fourth example case shown in FIG. 8 is case 4.
  • application 810 includes a root process “a” and application 812 includes a root process “b”.
  • forked processes 1 and 2 are forked from root process “a” of application 810 , and at least forked process 1 is also forked from root process “b” of application 812 .
  • Case 4 shows merging two forked processes from different applications into one forked process (e.g., see forked process 1).
  • the forked processes from different applications can be different forked processes that are merged into a combined and merged forked process.
  • the forked processes that are merged can include the same processes and/or data. Implementation of the merge shown in case 4 of FIG.
  • the 8 can be done via merged forking which can include a special forking process that includes merging of forked processes.
  • the special forking process can be an OS system call.
  • the special forking with merging can use one or more processes as input (e.g., each represented by bytecode) and merge the process(es) into one referenced process. It can use a merge schema (such as a merged schema described by an XML file).
  • the merge schema can point to sections of bytecode and data and each section can represent a certain function call or task.
  • the merge schema can also provide instructions for the merging of each section (e.g. substituted by relevant section in first process by one in a second process, or inserted in the first process A, etc.).
  • the present disclosure also relates to an apparatus for performing the operations herein.
  • This apparatus can be specially constructed for the intended purposes, or it can include a general-purpose computer selectively activated or reconfigured by a computer program stored in the computer.
  • a computer program can be stored in a computer readable storage medium, such as, but not limited to, any type of disk including floppy disks, optical disks, CD-ROMs, and magnetic-optical disks, read-only memories (ROMs), random access memories (RAMs), EPROMs, EEPROMs, magnetic or optical cards, or any type of media suitable for storing electronic instructions, each coupled to a computer system bus.
  • the present disclosure can be provided as a computer program product, or software, that can include a machine-readable medium having stored thereon instructions, which can be used to program a computer system (or other electronic devices) to perform a process according to the present disclosure.
  • a machine-readable medium includes any mechanism for storing information in a form readable by a machine (e.g., a computer).
  • a machine-readable (e.g., computer-readable) medium includes a machine (e.g., a computer) readable storage medium such as a read only memory (“ROM”), random access memory (“RAM”), magnetic disk storage media, optical storage media, flash memory components, etc.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Mathematical Physics (AREA)
  • Quality & Reliability (AREA)
  • Microelectronics & Electronic Packaging (AREA)
  • Computer Hardware Design (AREA)
  • Stored Programmes (AREA)

Abstract

A computing device (e.g., a mobile device) can execute a root process of an application to an initial point according to patterns of prior executions of the application. The root process can be one of many respective customized root processes of individual applications in the computing device. The device can receive a request to start the application from a user of the device. And, the device can start the application upon receiving the request to start the application and by using the root process of the application. At least one of the executing, receiving, or starting can be performed by an operating system in the device. The device can also fork the root process of the application into multiple processes, and can start upon receiving the request to start the application and by using at least one of the multiple processes according to the request to start the application.

Description

    RELATED APPLICATIONS
  • The present application is a continuation application of U.S. Pat. App. Ser. No. 16/592,529, filed Oct. 3, 2019, issued as U.S. Pat. No. 11,599,384 on Mar. 7, 2023, the entire disclosure of which application is hereby incorporated herein by reference.
  • FIELD OF THE TECHNOLOGY
  • At least some embodiments disclosed herein relate to root processes for computing systems in general, and more particularly to customized root processes for individual applications in a computing device.
  • BACKGROUND
  • The innerworkings of the ANDROID operating system include a zygote that acts as a parent or root process of all ANDROID application processes. In UNIX and operating systems similar to UNIX (such as LINUX and ANDROID), any non-initial process (or any non-zero process) can be at least partially derived from the initial or zero process of the operating system (OS). Thus, the use of the term “zygote” by the ANDROID OS to reference its root process or process 0.
  • ANDROID is a mobile OS for mobile devices developed by GOOGLE. It is based on a modified version of the LINUX kernel and other open source software, and is designed primarily for mobile devices (e.g., smartphones, tablets, etc.). GOOGLE has also developed versions of ANDROID for the Internet of Things (loTs). And, versions of ANDROID have been developed for televisions and other household appliances, in-vehicle information systems, wearable smart devices, game consoles, digital cameras, and other types of electronics including PCs.
  • The creation of a non-zero process by ANDROID, UNIX, or another OS similar to UNIX, occurs when another process executes the system call represented by “fork()”, which causes forking of a process into multiple processes. The process that invoked the forking is the parent process and a newly created process is a child process. In UNIX or operating systems similar to UNIX, the kernel can identify each process by its process identifier, e.g., “0” for the initial or zero process. In UNIX and similar operating systems, the zero process (i.e., process 0) is a root process generated when the OS boots. A first child process (e.g., process 1), known as “init”, can at least be partially derived from the zero process and can become the ancestor of every other process in the OS.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The present disclosure will be understood more fully from the detailed description given below and from the accompanying drawings of various embodiments of the disclosure.
  • FIGS. 1 and 3 illustrate an example mobile device including and running respective root processes for multiple applications, in accordance with some embodiments of the present disclosure.
  • FIGS. 2, 4, 5, and 6 illustrate flow diagrams of example operations that can be performed by the mobile device depicted in FIGS. 1 and 3 , in accordance with some embodiments of the present disclosure.
  • FIG. 7 illustrates an example computing device that can implement creation of customized root processes for individual applications, in accordance with some embodiments of the present disclosure.
  • FIG. 8 illustrates the example mobile device depicted in FIGS. 1 and 3 including example alternatives of root processes, in accordance with some embodiments of the present disclosure.
  • DETAILED DESCRIPTION
  • At least some embodiments disclosed herein relate to root processes for computing systems in general, and more particularly to customized root processes for individual applications in a computing device.
  • Some embodiments disclosed herein relate to an operating system (OS) or hypervisor or the like of one or more computing devices that is configured to monitor usage of one or more applications by a user in the one or more devices. For example, some embodiments can relate to an OS of a mobile device that is configured to monitor usage of an application in the device by a user. The monitoring of such embodiments can identify typical initial reads or writes by an application that cause the OS, hypervisor, or the like to read from memory and write into memory for the application. The monitoring can also include monitoring of usage patterns of the application and related applications (e.g., data access patterns, typical day of week used by the user, time of day usually used, other application used that correlates to use of the application, etc.). The initial reads and writes can be stored or cached in memory to be used via a respective root process particularly for the application. The initial reads and writes can be managed, maintained, prioritized etc., by the OS, hypervisor or the like, via the memory, according to frequency of use, recency of use, etc. In some embodiments, storing or caching can be done in faster memory for accelerating the initial reads and writes.
  • In some embodiments, instructions and/or data for the root process of an application can be stored in a persistent, non-volatile memory such as flash memory or non-volatile random-access memory (NVRAM). NVRAM can include 3D XPoint memory in some embodiments.
  • The root process for an application can be launched on startup of the OS, hypervisor or the like. In some embodiments, the root process of the application can be killed if the application is not used within a certain time period or if application consumes too much system resources such as CPU, GPU, memory or other resource. In such embodiments, in anticipation of use of the application, the OS, hypervisor or the like can be configured to re-launch the root process according to identified patterns in the monitoring of the application. Preference to patterns can be based on quantify, frequency and/or recency of the patterns, and any type of memory access patterns for the application can be monitored and tracked. The monitoring and tracking can include hardware and software performance counters, which are available through an OS via reading and writing special registers (e.g., model specific registers). Patterns can be based on metrics such as quantity, frequency and/or recency of reads from memory, writes to memory, address patterns in physical memory space, address patterns in virtual space, locality of data (spatially and/or temporally), bank conflicts, or CPU cycles per instruction. Patterns can also be based on metrics such as quantity, frequency and/or recency of translation lookaside buffer (TLB) metrics and other metrics available to an OS.
  • In some embodiments, after an application is installed in a computing device (such as a mobile device), the OS of the device or an associated hypervisor can pre-launch the application to generate root application process that is customized for the user. The pre-launch can occur before the user requests the computing device to start the application. The application can be at least partially executed via an OS or hypervisor or the like. Thus, the pre-launch process or root process of the application is different from the root process of the OS. In such embodiments, the OS or hypervisor or the like can move and/or copy data to set up the root process of the application. In some embodiments, the copying and/or moving of the data initially can be done by a root process of the OS. This can occur before any initial reads or writes for the application such as by a root process of the application. In some embodiments, common code and read-only data (e.g. libraries, runtimes, drivers, memory pages) are not copied and/or moved by the root process of the OS or a respective root process of an application. In some embodiments, code and data of a root process are not copied until initial modification of code and data by a root process, another process or the OS. In some embodiments, only modified parts of code and data are copied, but not modified parts remain common. In some embodiments these parts can be identified by monitoring writes to memory pages, cache lines or file system sectors or other elements of computer-readable storage medium.
  • The computing device (e.g., a mobile device) can monitor the frequent or recent usage of the application by the user to determine initial reads and writes to add to the root process of the application. This can cause the OS, hypervisor, or the like to read from and/or write into memory for the application. The data moving and/or copying as a result of the initial writes can also be performed before the user requests the OS, hypervisor or the like to start the application.
  • After the OS, hypervisor, or the like forks a system-level root process, the predicted initial reads and/or writes for the application can be used to customize the application’s root process. In such examples, the customized root process of the application can be saved in a persistent non-volatile memory (e.g., flash memory and/or NVRAM) for fast starting of the application.
  • When the user requests the OS, hypervisor, or the like to start the application, the OS, hypervisor, or the like can use the pre-launched process of the application (i.e., the root process of the application), or a forked process from the pre-launched process to service the user. The forked process from the root process of the application can be similar to or different from the root process.
  • Also, when the user kills the application, the OS can kill the active process of the application and/or the root process of the application, completely or partially. In anticipation that the user will run the application, the OS, hypervisor, or the like can re-launch the root process of the application, which can be further customized based on most recent and/or frequent user usage patterns of the application.
  • FIGS. 1 and 3 illustrate an example mobile device 102 including and running respective root processes for multiple applications, in accordance with some embodiments of the present disclosure. FIGS. 2, 4, 5, and 6 illustrate flow diagrams of example methods 200, 400, 500, and 600 that can be performed by the mobile device 102 depicted in FIGS. 1 and 3 , in accordance with some embodiments of the present disclosure.
  • Specifically, FIG. 1 Illustrates mobile device 102 that at least includes a controller and memory 104. The controller and memory 104 of mobile device 102 can include instructions and data for applications executed in the mobile device (e.g., see applications 106 a, 106 b, and 106 c). The controller of the mobile device 102 can execute the instructions for the applications based on the data. The data can include application instruction code in binary format or in a format suitable for interpreting by programming language interpreter. The data can include some data structures, libraries etc. The controller can also hold the instructions and data in registers of the controller. The memory can hold the instructions and data in its memory cells. In some embodiments, the memory cells of the memory of the mobile device 102 can include flash memory cells and/or NVRAM cells. The NVRAM cells can be or include 3D XPoint memory cells.
  • In some embodiments, the memory can have different speeds, latencies, bandwidths and other parameters. For example, SRAM memory can be used as high-speed cache, DRAM as the main memory, and NVRAM as storage memory.
  • The instructions and data for each application included and runnable in the mobile device 102 can include root process data and instructions for a root process of the application. The respective root process of an application included in the mobile device 102 (e.g., see root process 108 of application 106 a, root process 112 of application 106 b, and root process 116 of application 106 c) can be implemented by the controller and the memory 104. The controller can be configured to execute the instructions of the root process according to the instructions and data for the root process, and the memory can be configured to hold or store the instructions and the data for execution of the root process by the controller.
  • The other processes of the application included in the mobile device 102 (e.g., see applications 106 a, 106 b and 106 c) can be implemented by the controller and the memory 104 too. The controller can be configured to execute the instructions of the other processes of the application according to the instructions and data for the other processes, and the memory can be configured to hold or store the instructions and the data for execution of the other processes by the controller.
  • Specifically, FIG. 2 illustrates operations of method 200 that can be performed by the mobile device 102 depicted in FIG. 1 or by another type of computing device configured similarly to the mobile device 102. Also, in some embodiments, the method 200 can be performed at least partially by an OS of a computing device in general or an OS of a mobile device. The method 200 can also be performed at least partially by a hypervisor and/or one or more operating systems.
  • In FIG. 2 , the method 200 begins at step 202 with executing a root process of an application to an initial point according to patterns of prior executions of the application. Also, the method 200 can begin with customizing a root process of an application according to patterns of prior executions of the application, and then executing the root process of the application to the initial point according to the patterns of prior executions of the application.
  • Patterns of prior executions of the application can include, be related to, or be based on at least quantity, frequency and/or recency of patterns in prior executions of the application that are monitored and/or tracked. The patterns monitored and/or tracked can be any type of pattern of application usage by a user or a machine. For example, any type of pattern of memory access and usage for the application can be monitored and/or tracked. Patterns of prior executions of the application can include, be related to, or be based on metrics such as at least quantity, frequency and/or recency of any type of pattern of application usage by a user or a machine. For example, patterns can include, be related to, or be based on metrics such as quantity, frequency and/or recency of reads from memory, writes to memory, address patterns in physical memory space, address patterns in virtual space, locality of data (spatially and/or temporally), bank conflicts, CPU cycles per instruction, etc.
  • The executing the root process of the application can include moving data in memory before any initial writes to and/or reads from memory for the application. Also, the executing the root process of the application can include copying data in memory before any initial writes to and/or reads from memory for the application. And, the moved and/or copied data can include data related to the patterns of prior executions of the application. In some embodiments, the moving and/or copying of data in memory before any initial writes to memory can include avoiding moving and/or copying common code and read-only data. In some embodiments, the method 200 can include, after an OS (or hypervisor) in the computing device forks a root process for the OS (or hypervisor), executing predicted initial writes and/or reads for the application to customize the executing of the root process of the application such that the root process of the application is an application-level process for the application.
  • Also, the method 200 can include storing data for the root process of the application in flash memory before at least part of the execution of the root process (not depicted in the drawings). The method 200 can also include storing data for the root process of the application in NVRAM before at least part of the execution of the root process (not depicted in the drawings). The NVRAM can include 3D XPoint memory. In some embodiments storing new data can overwrite old unused data related to the usage of the applications.
  • At step 204, the method 200 continues with receiving a request to start the application from a user. At step 206, the method 200 continues with starting the application upon receiving the request to start the application and by using the root process of the application. In some embodiments, the method 200 can include executing, at least partially by an OS in a computing device, a root process of an application as a background process according to patterns of prior executions of the application. In such embodiments, the method 200 can also include receiving, by the OS, a request to start the application from a user of the computing device. And, the method 200 can include starting, by the OS, the application in the computing device upon receiving the request to start the application and by using the root process of the application or a forked process of the root process. In some embodiments, code and data of a forked process are not copied until an initial modification of code and data by the application, another process or the OS. In some embodiments, only modified parts of code and data are copied, but not modified parts remain common. In some embodiments, such parts can be identified by monitoring writes to memory pages, cache lines or file system sectors or other elements of computer-readable storage medium.
  • In some embodiments, executing a root process to an initial point can be done on one device, e.g. in cloud computing environment, then forking it upon receiving a request from another device to start at least one of the applications, then transferring a forked process over network to another device, e.g. mobile device, then using the forked process on a mobile deice as a starting point for application.
  • In some embodiments, the method 200 can include executing, in a computing device (e.g., a mobile device) or multiple computing devices, a root process of an application to an initial point according to patterns of prior executions of the application—at step 202. The method 200 can also include receiving, by the computing device(s), a request to start the application from a user of the computing device(s)—at step 204. The method 200 can also include starting the application in the computing device(s) upon receiving the request to start the application and by using the root process of the application—at step 206. In such embodiments, each step or at least some of the steps of method 200 can be performed by an operating system of the computing device(s), one or more operating systems of the computing device(s), a hypervisor, or any combination thereof. For example, at least one of the executing, receiving, or starting steps can be at least partially performed by an OS in the computing device(s).
  • Specifically, FIG. 3 Illustrates the mobile device 102, which at least includes a controller and memory 104. As shown in FIG. 3 , the controller and memory 104 of mobile device 102 can include instructions and data for applications executed in the mobile device (e.g., see applications 306 a, 306 b, and 306 c). The controller of the mobile device 102 can execute the instructions for the applications based on the data. The data can include application instruction code in binary format or in a format suitable for interpreting by programming language interpreter. The data can include some data structures, libraries etc. The controller can also hold the instructions and data in registers of the controller. The memory can hold the instructions and data in its memory cells. In some embodiments, the memory cells of the memory of the mobile device 102 can include flash memory cells and/or NVRAM cells.
  • As shown in FIG. 3 as well, the instructions and data for each application included and runnable in the mobile device 102 can include root process data and instructions for a root process of the application. The root process of an application included in the mobile device 102, as shown in FIG. 3 , e.g., see respective root processes 308, 312 and 316, can be implemented by the controller and the memory 104. The controller configured to execute the instructions of the root process according to the instructions and data for the root process, and the memory configured to hold or store the instructions and the data for execution of the root process by the controller. Also, as illustrated by FIG. 3 , the other processes of the application included in the mobile device 102 (e.g., see applications 306 a, 306 b and 306 c) can be implemented by the controller and the memory 104 too. The controller configured to execute the instructions of the other processes of the application according to the instructions and data for the other processes, and the memory configured to hold or store the instructions and the data for execution of the other processes by the controller.
  • Additionally, as shown in FIG. 3 , the controller and memory 104 can include data and instructions for multiple processes forked from the respective root processes of the applications stored and runnable in the mobile device 102 (e.g., see forked processes 310 a, 310 b, 310 c, 314 a, 314 b, 318 a, and 318 b). As shown in FIG. 3 , at least processes 310 a, 310 b, and 310 c are forked from root process 308; but, there may be more processes forked from root process 308. Also shown, processes 314 a and 314 b are forked from root process 312. And, processes 318 a and 318 b are forked from root process 316.
  • In some embodiments, an operating system of the mobile device 102, or a hypervisor in or associated with the mobile device, is configured to fork a root process of an application (e.g., see root process 308 of application 306 a, root process 312 of application 306 b, and root process 316 of application 306 c) into multiple processes (e.g., see forked processes 310 a, 310 b, 310 c, 314 a, 314 b, 318 a, and 318 b). In such embodiments, the operating system, or the hypervisor, can be configured to start the application in the mobile device 102 upon receiving a request to start the application and by using at least one of the multiple forked processes (e.g., see forked processes 310 a, 310 b, 310 c, 314 a, 314 b, 318 a, and 318 b) and/or the respective root process according to the request to start the application (e.g., see root process 308 of application 306 a, root process 312 of application 306 b, and root process 316 of application 306 c).
  • At least some or each of the forked multiple processes can be different from the parent root process of the application. The differences can be based on different applications and different application parts in the computing device to be run. And, at least some or each of the forked multiple processes can be identical to the parent root process of the application at least at some point of execution of the application.
  • In some embodiments, an initial execution of a forked root process can be limited to pre-loading libraries, composing a forked process out of required libraries and initial data structures, and saving the forked process for further reuse. Also, at any time, execution of a forked process can be saved in memory at some state so that it can be re-used in order to avoid spending time on re-executing the process.
  • Specifically, FIG. 4 illustrates operations of method 400 that can be performed by the mobile device 102 depicted in FIG. 3 or by another type of computing device configured similarly to the mobile device 102. Also, in some embodiments, the method 400 can be performed by an operating system of a computing device in general or an operating system of a mobile device. The method 400 can also be performed at least partially by a hypervisor and/or one or more operating systems.
  • In FIG. 4 , the method 400 begins at step 402 (which is similar to step 202 depicted in FIG. 2 ) with executing a root process of an application to an initial point according to patterns of prior executions of the application. Also, the method 400 can begin with customizing a root process of an application according to patterns of prior executions of the application, and then executing the root process of the application to the initial point according to the patterns of prior executions of the application.
  • Patterns of prior executions of the application can include, be related to, or be based on at least quantity, frequency and/or recency of patterns in prior executions of the application that are monitored and/or tracked. The patterns monitored and/or tracked can be any type of pattern of application usage by a user or a machine. For example, any type of pattern of memory access and usage for the application can be monitored and/or tracked. Patterns of prior executions of the application can include, be related to, or be based on metrics such as at least quantity, frequency and/or recency of any type of pattern of application usage by a user or a machine. For example, patterns can include, be related to, or be based on metrics such as quantity, frequency and/or recency of reads from memory, writes to memory, address patterns in physical memory space, address patterns in virtual space, locality of data (spatially and/or temporally), bank conflicts, CPU cycles per instruction, etc.
  • The executing the root process of the application can include moving data in memory before any initial writes to and/or reads from memory for the application. Also, the executing the root process of the application can include copying data in memory before any initial writes to and/or reads from memory for the application. And, the moved and/or copied data can include data related to the patterns of prior executions of the application. In some embodiments, the moving and/or copying of data in memory before any initial writes to memory can include avoiding moving and/or copying common code and read-only data. In some embodiments, the method 400 can include, after an operating system (or hypervisor) in the computing device forks a root process for the operating system (or hypervisor), executing predicted initial writes and/or reads for the application to customize the executing of the root process of the application such that the root process of the application is an application-level process for the application.
  • Also, the method 400 can include storing data for the root process of the application in flash memory before at least part of the execution of the root process (not depicted in the drawings). The method 400 can also include storing data for the root process of the application in NVRAM before at least part of the execution of the root process (not depicted in the drawings). The NVRAM can include 3D XPoint memory.
  • At step 404 (which is similar to step 204 shown in FIG. 2 ), the method 400 continues with receiving a request to start the application from a user. At step 406, the method 400 continues with forking the root process of the application into multiple processes. At step 408, the method 400 continues with starting the application upon receiving the request to start the application and by using at least one of the multiple processes according to the request to start the application. Alternatively, at step 408, the method 400 can continue with starting the application upon receiving the request to start the application and by using at least one of the parent root process (e.g., see root process 308) and the multiple processes (e.g., see forked processes 310 a, 310 b, and 310 c) according to the request to start the application.
  • In some embodiments, the method 400 can include executing, in a computing device (e.g., a mobile device) or multiple computing devices, a root process of an application to an initial point according to patterns of prior executions of the application—at step 402. The method 400 can also include receiving, by the computing device(s), a request to start the application from a user of the computing device(s)—at step 404. The method 400 can also include forking, by the computing device (such as by the OS of the computing device), the root process of the application into multiple processes —at step 406. The method 400 can also include starting the application in the computing device upon receiving the request to start the application and by using at least one of the multiple processes according to the request to start the application—at step 408.
  • In such embodiments, each step or at least some of the steps of method 400 can be performed by an operating system of the computing device(s), one or more operating systems of the computing device(s), a hypervisor, or any combination thereof. For example, at least one of the executing, receiving, or starting steps can be performed by an OS in the computing device(s). In some embodiments, the method 400 can include forking the root process of the application into multiple identical processes—at step 406, and starting the application in the mobile device upon receiving the request to start the application and by using at least one of the multiple identical processes according to the request to start the application—at step 408.
  • With respect to method 400, at least some or each of the forked multiple processes can be different from the parent root process of the application. The differences can be based on different applications and different application parts in the computing device to be run. And, at least some or each of the forked multiple processes can be identical to the parent root process of the application at least at some point of execution of the application.
  • In some embodiments, such as embodiments that can implement methods 200 and 400, the patterns of prior executions of the application are from use of the application on a particular computing device (e.g., a particular mobile device) by a particular user and other users so that the root process is customized for use of the application on the particular computing device by any user.
  • In some other embodiments, such as some other embodiments that can implement methods 200 and 400, the patterns of prior executions of the application are from use of the application on a particular computing device (e.g., a particular mobile device) by a particular user so that the root process is customized for use of the application on the particular mobile device by the particular user.
  • In some other embodiments, such as some other embodiments that can implement methods 200 and 400, the patterns of prior executions of the application are from use of a particular application on a particular computing device (e.g., a particular mobile device) and at least one other computing device by a particular user so that the root process is customized for use of the application on the computing device and the at least one other computing device by the particular user.
  • Customizing a root process can be done, but not limited to, composing it from various libraries, using other root processes available by default, forming data structures, and querying various sources over the network for root process components.
  • Specifically, FIG. 5 illustrates operations of method 500 that can be performed by the mobile device 102 depicted in FIGS. 1 and 3 or by another type of computing device configured similarly to the mobile device 102. Also, in some embodiments, the method 500 can be performed by an operating system of a computing device in general or an operating system of a mobile device. The method 200 can also be performed at least partially by a hypervisor and/or one or more operating systems.
  • In FIG. 5 , the method 500 begins at step 502 with monitoring usage of the application to determine frequency or recency of reads from and writes to memory for the application. In some embodiments (not depicted), the method 500 can begin with monitoring and/or tracking usage of the application to determine quantity, frequency and/or recency of patterns of prior executions of the application.
  • The patterns of prior executions of the application can include, be related to, or be based on at least quantity, frequency and/or recency of patterns in prior executions of the application that are monitored and/or tracked. The patterns monitored and/or tracked can be any type of pattern of application usage by a user or a machine. For example, any type of pattern of memory access and usage for the application can be monitored and/or tracked. Patterns can include, be related to, or be based on metrics such as quantity, frequency and/or recency of reads from memory, writes to memory, address patterns in physical memory space, address patterns in virtual space, locality of data (spatially and/or temporally), bank conflicts, CPU cycles per instruction, etc.
  • Also, monitoring and tracking usage of the application can occur during initiation of the application (e.g., including when the application is being loaded to memory) and/or afterwards during running of the application. The monitoring and tracking usage of the application can occur during initiation of the application and at any other period of running the application post-initiation. Monitoring and tracking usage of the application during runtime can facilitate derivation of an effective and/or efficient root process of the application. For example, after initiation a user can touch a screen to trigger some element of application and expect some result. The delivery of that result can be very quick in some embodiments since a critical memory object can be preloaded based on the monitoring that occurs during runtime of the application. In some embodiments, the preloading of the object can be done from slower memory such as NAND-type Flash memory to faster memory such as DRAM.
  • At step 504, the method 500 continues with generating the patterns of prior executions of the application according to the frequency or recency of reads from and writes to memory for the application. In some embodiments (not depicted), the method 500 can continue with generating the patterns of prior executions of the application according to the quantity, frequency and/or recency of patterns in prior executions of the application that are monitored and/or tracked.
  • Also, the generated patterns of prior executions of the application can include, be related to, or be based on at least quantity, frequency and/or recency of patterns in prior executions of the application that are monitored and/or tracked. The patterns generated at step 504 can be any type of pattern of application usage by a user or a machine. For example, the patterns generated, at step 504, can include any type of pattern of memory access and usage for the application can be monitored and/or tracked. Also, for example, the generated patterns can include, be related to, or be based on metrics such as quantity, frequency and/or recency of reads from memory, writes to memory, address patterns in physical memory space, address patterns in virtual space, locality of data (spatially and/or temporally), bank conflicts, or any other types of metrics related to usage of the application and memory for the application.
  • As shown in FIG. 5 , the method 500 continues with the steps from method 200 after step 504. For example, after step 504, the method continues with step 202 of executing a root process of an application to an initial point according to the patterns of prior executions of the application which were generated at step 504. Then, the method 500 continues with, at step 204, receiving a request to start the application from a user. And, the method 500 continues with, at step 206, starting the application upon receiving the request to start the application and by using the root process of the application.
  • Specifically, FIG. 6 illustrates operations of method 600 that can be performed by the mobile device 102 depicted in FIGS. 1 and 3 or by another type of computing device configured similarly to the mobile device 102. Also, in some embodiments, the method 600 can be performed by an operating system of a computing device in general or an operating system of a mobile device. The method 600 can also be performed at least partially by a hypervisor and/or one or more operating systems.
  • As shown in FIG. 6 , the method 600 begins with the steps from method 200. The method 600 begins with step 202 of executing a root process of an application to an initial point according to the patterns of prior executions of the application. Then, the method 600 continues with, at step 204, receiving a request to start the application from a user. And, the method 600 continues with, at step 206, starting the application upon receiving the request to start the application and by using the root process of the application.
  • At step 602, the method 600 continues with receiving a request to end the application from the user. For example, at step 602, the method 600 continues with receiving a request to end the application from the user of the computing device (e.g., the user of the mobile device).
  • At step 604, the method 600 continues with at least partially ending the application upon receiving the request to end the application. At step 606, the method 600 continues with at least partially ending the root process of the application upon receiving the request to end the application.
  • As shown in FIG. 6 , at step 608, when step 606 is completed, the method 600 continues with at least partially re-executing the root process according a predetermined condition (after at least partially ending the application and the root process). At step 608, the at least partially re-executing of the root process can occur based on the patterns of prior executions of the application. Also, at step 608, the at least partially re-executing of the root process can be updated by the patterns of prior executions of the application.
  • As shown in FIG. 6 , at step 610, when step 606 is not completed, the method 600 moves forward with continuing to run the root process of the application upon receiving the request to end the application. In other words, the method 600 can include receiving a request to end the application from the user of the mobile device at step 602, and then at step 604, it can include at least partially ending the application upon receiving the request to end the application, and then at step 610, it can include continuing to run the root process of the application upon receiving the request to end the application and without stopping the root process in between steps 604 and 610. As a result of this, the root process of the application can be re-used again should the user decide to re-start the at least partly ended application or other application, for which this root-process can be used.
  • With respect to the method 200, method 400, method 500, method 600, or any other method, process, or operation described herein, in some embodiments, a non-transitory computer-readable storage medium stores instructions that, when executed by at least one processing device (such as controller 706 shown in FIG. 7 ), cause the at least one processing device to perform the method 200, method 400, method 500, method 600, or any other method, process, or operation described herein, and/or any combination thereof.
  • For example, some embodiments can include a non-transitory computer-readable storage medium tangibly encoded with computer-executable instructions, that when executed by a processor associated with a computing device, performs a method such as the method 200 shown in FIG. 2 . For example, the method can include executing, in a mobile device, a root process of an application to an initial point according to patterns of prior executions of the application. The method can also include receiving a request to start the application from a user of the mobile device. And, the method can include starting the application in the mobile device upon receiving the request to start the application and by using the root process of the application.
  • Also, for example, some embodiments can include a non-transitory computer-readable storage medium tangibly encoded with computer-executable instructions, that when executed by a processor associated with a computing device, performs a method such as the method 400 shown in FIG. 4 , the method 500 shown in FIG. 5 , and the method 600 shown in FIG. 6 .
  • FIG. 7 illustrates an example computing device 700 that can implement creation of customized root processes for individual applications, in accordance with some embodiments of the present disclosure. The device 700 can be or include or be a part of mobile device 102 or any other type of computing device that is or is somewhat similar to a mobile device–such as a smartphone, tablet computer, loT device, smart television, smart watch, glasses or other smart household appliance, in-vehicle information system, wearable smart device, game console, PC, digital camera, or any combination thereof. As shown, the device 700 can be connected to communications network(s) 714 that includes at least a wide area network (WAN), a local area network (LAN), an intranet, a mobile wireless network such as 4G or 5G, an extranet, the Internet, and/or any combination thereof.
  • Each of the computing or mobile devices described herein (such as mobile device 102 or computing device 700) can be or be replaced by a personal computer (PC), a tablet PC, a set-top box (STB), a Personal Digital Assistant (PDA), a cellular telephone, a web appliance, a server, a network router, a switch or bridge, or any machine capable of executing a set of instructions (sequential or otherwise) that specify actions to be taken by that machine.
  • Also, while a single machine is illustrated for the device 700 shown in FIG. 7 as well as the mobile device 102 shown in FIGS. 1 and 3 , the term “machine” shall also be taken to include any collection of machines that individually or jointly execute a set (or multiple sets) of instructions to perform any one or more of the methodologies or operations discussed herein. And, each of the illustrated computing or mobile devices can each include at least a bus and/or motherboard, one or more controllers (such as one or more CPUs), a main memory that can include temporary data storage, at least one type of network interface, a storage system that can include permanent data storage, and/or any combination thereof. In some multi-device embodiments, one device can complete some parts of the methods described herein, then send the result of completion over a network to another device such that another device can continue with other steps of the methods described herein.
  • FIG. 7 also illustrates example parts of the example computing device 700, in accordance with some embodiments of the present disclosure. The device 700 can be communicatively coupled to the network(s) 714 as shown. The device 700 includes at least a bus 704, a controller 706 (such as a CPU), memory 708, a network interface 710, a data storage system 712, and other components 716 (which can be any type of components found in mobile or computing devices such as GPS components, I/O components, and sensors). The other components 716 can include one or more displays, different types of sensors, audio and/or visual input/output devices, additional application-specific memory, one or more additional controllers (e.g., GPU), or any combination thereof. The bus 704 communicatively couples the controller 706, the memory 708, the network interface 710, the data storage system 712 and the other components 716. The device 700 includes a computer system that includes at least controller 706, memory 708 (e.g., read-only memory (ROM), flash memory, dynamic random-access memory (DRAM) such as synchronous DRAM (SDRAM) or Rambus DRAM (RDRAM), static random-access memory (SRAM), etc.), and data storage system 712, which communicate with each other via bus 704 (which can include multiple buses).
  • To put it another way, FIG. 7 is a block diagram of an example device 700 having a computer system in which embodiments of the present disclosure can operate. In some embodiments, the computer system can include a set of instructions, for causing a machine to perform any one or more of the methodologies discussed herein, when executed. In such embodiments, the machine can be connected (e.g., networked via network interface 710) to other machines in a LAN, an intranet, an extranet, and/or the Internet (e.g., network(s) 714). The machine can operate in the capacity of a server or a client machine in client-server network environment, as a peer machine in a peer-to-peer (or distributed) network environment (such as the peer-to-peer networks described herein), or as a server or a client machine in a cloud computing infrastructure or environment.
  • Controller 706 represents one or more general-purpose processing devices such as a microprocessor, a central processing unit, or the like. More particularly, the processing device can be a complex instruction set computing (CISC) microprocessor, reduced instruction set computing (RISC) microprocessor, very long instruction word (VLIW) microprocessor, single instruction multiple data (SIMD), multiple instructions multiple data (MIMD), or a processor implementing other instruction sets, or processors implementing a combination of instruction sets. Controller 706 can also be one or more special-purpose processing devices such as an application specific integrated circuit (ASIC), a field programmable gate array (FPGA), a digital signal processor (DSP), network processor, or the like. Controller 706 is configured to execute instructions for performing the operations and steps discussed herein. Controller 706 can further include a network interface device such as network interface 710 to communicate over one or more communications network (such as network(s) 714).
  • The data storage system 712 can include a machine-readable storage medium (also known as a computer-readable medium) on which is stored one or more sets of instructions or software embodying any one or more of the methodologies or functions described herein. The instructions can also reside, completely or at least partially, within the memory 708 and/or within the controller 706 during execution thereof by the computer system, the memory 708 and the controller 706 also constituting machine-readable storage media. The memory 708 can be or include main memory of the device 700.
  • While the memory, controller, and data storage parts are shown in the example embodiment to each be a single part, each part should be taken to include a single part or multiple parts that can store the instructions and perform their respective operations. The term “machine-readable storage medium” shall also be taken to include any medium that is capable of storing or encoding a set of instructions for execution by the machine and that cause the machine to perform any one or more of the methodologies of the present disclosure. The term “machine-readable storage medium” shall accordingly be taken to include, but not be limited to, solid-state memories, optical media, and magnetic media.
  • FIG. 8 illustrates the mobile device 102 depicted in FIGS. 1 and 3 including example alternatives of root processes, in accordance with some embodiments of the present disclosure. As shown in FIG. 8 , the mobile device 102 includes the controller and memory 104 and four example cases of alternatives of root processes (see example cases 1, 2, 3, and 4 shown in FIG. 8 ). The mobile device 102 shown in FIG. 8 can also include aspects of the mobile device 102 shown in FIGS. 1 and 3 .
  • The first example case shown in FIG. 8 is case 1. In case 1, application 306 a is depicted as it is shown in FIG. 3 . Application 306 a includes a root process 308 that is forked into multiple forked processes (e.g., see forked processes 310 a, 310 b, and 310 c).
  • The second example case shown in FIG. 8 is case 2. In case 2, application 802 includes a root process “a” and application 804 includes a root process “b”. In case 2, different root processes are shown being used by multiple applications. This is a many-to-many mapping example, which is a superset of many-to-one mapping examples. A root process for an application can be used by two or more applications. Also, one-to-many mapping examples can be used in some embodiments described herein. For example, multiple different root processes can be used by a single application. As shown in FIG. 8 , in case 2, root process “a” of application 802 is forked into forked process 1a and 2a, and process 1a is being used by application 802 and process 2a is being used by application 804. Also shown, in case 2, root process “b” of application 804 is forked into forked process 1b and 2b, and forked process 1b is being used by application 802 and process 2b is being used by application 804.
  • The third example case shown in FIG. 8 is case 3. In case 3, application 806 includes a root process “a” and operating system 808 (which is an OS of the mobile device 102) includes a root process “b”. In case 3, the root process “a” is forked into at least forked processes 1a and 2 and the root process “b” is forked into at least forked process 1b. In case 3, the OS-generated forked process (forked process 1b) can be used by one or multiple applications (e.g., FIG. 8 shows the OS-generated forked process being used by application 806). And, the OS 808 can request a forked process from any application to modify and/or generate its own processes (e.g., see forked process 2 forked from root process “a” of application 806, which is shown being used by the OS). And, other applications besides the OS can use the forked process 2 forked from root process “a” of application 806.
  • The fourth example case shown in FIG. 8 is case 4. In case 4, application 810 includes a root process “a” and application 812 includes a root process “b”. In case 4, forked processes 1 and 2 are forked from root process “a” of application 810, and at least forked process 1 is also forked from root process “b” of application 812. Case 4 shows merging two forked processes from different applications into one forked process (e.g., see forked process 1). In some examples the forked processes from different applications can be different forked processes that are merged into a combined and merged forked process. In some other examples, the forked processes that are merged can include the same processes and/or data. Implementation of the merge shown in case 4 of FIG. 8 can be done via merged forking which can include a special forking process that includes merging of forked processes. The special forking process can be an OS system call. The special forking with merging can use one or more processes as input (e.g., each represented by bytecode) and merge the process(es) into one referenced process. It can use a merge schema (such as a merged schema described by an XML file). The merge schema can point to sections of bytecode and data and each section can represent a certain function call or task. The merge schema can also provide instructions for the merging of each section (e.g. substituted by relevant section in first process by one in a second process, or inserted in the first process A, etc.).
  • Some portions of the preceding detailed descriptions have been presented in terms of algorithms and symbolic representations of operations on data bits within a computer memory. These algorithmic descriptions and representations are the ways used by those skilled in the data processing arts to most effectively convey the substance of their work to others skilled in the art. An algorithm is here, and generally, conceived to be a self-consistent sequence of operations leading to a desired result. The operations are those requiring physical manipulations of physical quantities. Usually, though not necessarily, these quantities take the form of electrical or magnetic signals capable of being stored, combined, compared, and otherwise manipulated. It has proven convenient at times, principally for reasons of common usage, to refer to these signals as bits, values, elements, symbols, characters, terms, numbers, or the like.
  • It should be borne in mind, however, that all of these and similar terms are to be associated with the appropriate physical quantities and are merely convenient labels applied to these quantities. The present disclosure can refer to the action and processes of a computer system, or similar electronic computing device, that manipulates and transforms data represented as physical (electronic) quantities within the computer system’s registers and memories into other data similarly represented as physical quantities within the computer system memories or registers or other such information storage systems.
  • The present disclosure also relates to an apparatus for performing the operations herein. This apparatus can be specially constructed for the intended purposes, or it can include a general-purpose computer selectively activated or reconfigured by a computer program stored in the computer. Such a computer program can be stored in a computer readable storage medium, such as, but not limited to, any type of disk including floppy disks, optical disks, CD-ROMs, and magnetic-optical disks, read-only memories (ROMs), random access memories (RAMs), EPROMs, EEPROMs, magnetic or optical cards, or any type of media suitable for storing electronic instructions, each coupled to a computer system bus.
  • The algorithms and displays presented herein are not inherently related to any particular computer or other apparatus. Various general-purpose systems can be used with programs in accordance with the teachings herein, or it can prove convenient to construct a more specialized apparatus to perform the method. The structure for a variety of these systems will appear as set forth in the description below. In addition, the present disclosure is not described with reference to any particular programming language. It will be appreciated that a variety of programming languages can be used to implement the teachings of the disclosure as described herein.
  • The present disclosure can be provided as a computer program product, or software, that can include a machine-readable medium having stored thereon instructions, which can be used to program a computer system (or other electronic devices) to perform a process according to the present disclosure. A machine-readable medium includes any mechanism for storing information in a form readable by a machine (e.g., a computer). In some embodiments, a machine-readable (e.g., computer-readable) medium includes a machine (e.g., a computer) readable storage medium such as a read only memory (“ROM”), random access memory (“RAM”), magnetic disk storage media, optical storage media, flash memory components, etc.
  • In the foregoing specification, embodiments of the disclosure have been described with reference to specific example embodiments thereof. It will be evident that various modifications can be made thereto without departing from the broader spirit and scope of embodiments of the disclosure as set forth in the following claims. The specification and drawings are, accordingly, to be regarded in an illustrative sense rather than a restrictive sense.

Claims (20)

What is claimed is:
1. A device, comprising:
a controller;
a memory connected to the controller and having non-transitory computer-readable instructions stored thereon, that upon execution cause the device to:
generate a pattern of prior executions of a first application of the device according to a frequency or a recency of reads from or writes to the memory for the first application;
execute a root process of the first application to an initial point according to the pattern of prior executions of the first application;
fork the root process into multiple processes;
start the first application using a first process of the multiple processes; and
start a second application using a second process of the multiple processes.
2. The device of claim 1, wherein the device is a mobile computing device.
3. The device of claim 2, wherein the patterns of prior executions of the first application are from use of the first application on the mobile computing device by a user and other users so that the root process is customized for use of the first application on the mobile computing device by any user.
4. The device of claim 2, wherein the patterns of prior executions of the first application are from use of the first application on the mobile computing device by the user so that the root process is customized for use of the first application on the mobile computing device by the user.
5. The device of claim 1, wherein an operating system of the device forks the root process into the multiple processes.
6. The device of claim 1, wherein the first application is started based on a user request to start the first application.
7. The device of claim 5, wherein user request is a first user request, and wherein the second application is started based on a second user request to start the second application.
8. The device of claim 1, wherein the non-transitory computer-readable instructions further cause the device to:
receive a user request to end the first application;
at least partially end the first application upon receiving the request; and
continue to run the root process of the application upon receipt of the request.
9. The device of claim 1, wherein the patterns of prior executions of the first application are from use of the first application on the device and at least one other computing device by the user so that the root process is customized for use of the application on the device and the at least one other computing device by the user.
10. The device of claim 1, wherein the execution of the root process of the first application comprises movement of data in the memory before any initial writes to the memory for the first application, wherein the moved data comprises data related to the patterns of prior executions of the first application.
11. The device of claim 1, wherein the non-transitory computer-readable instructions further cause the device to, after an operating system in the device forks the root process, execute predicted initial writes for the first application to customize the start of the first application using the first process.
12. The device of claim 11, wherein the non-transitory computer-readable instructions further cause the device to, after the operating system in the device forks the root process, execute predicted initial writes for the second application to customize the start of the second application using the second process.
13. A device, comprising:
a controller;
a memory connected to the controller and having non-transitory computer-readable instructions stored thereon, that upon execution cause the device to:
generate a pattern of prior executions of an application of the device according to a frequency or a recency of reads from or writes to the memory for the application;
execute a root process of the application to an initial point according to the pattern of prior executions of the application;
fork the root process into multiple processes;
start the application using a first process of the multiple processes; and
implement a process of an operating system of the device using a second process of the multiple processes.
14. The device of claim 13, wherein the non-transitory computer-readable instructions further cause the device to store data for the root process of the application in flash memory.
15. The device of claim 13, wherein the non-transitory computer-readable instructions further cause the device to store data for the root process of the application in non-volatile random-access memory.
16. The device of claim 15, wherein non-volatile random-access memory comprises 3D XPoint memory.
17. The device of claim 13, wherein the non-transitory computer-readable instructions further cause the device to:
receive a user request to end the application;
at least partially end the application and the root process upon receiving the request; and
after at least partially ending the application and the root process, at least partially re-execute the root process according to a predetermined condition.
18. The device of claim 17, wherein the predetermined condition is based on or updated by the pattern of prior executions.
19. A device, comprising:
a controller;
a memory connected to the controller and having non-transitory computer-readable instructions stored thereon, that upon execution cause the device to:
generate a pattern of prior executions of a plurality of applications of the device according to a frequency or a recency of reads from or writes to the memory for the plurality of applications;
execute a first root process of a first application of the plurality of applications to a first initial point according to the pattern of prior executions;
execute a second root process of a second application of the plurality of applications to a second initial point according to the pattern of prior executions;
merge the first root process and the second root process into a single root process; and
start the first application using the single root process.
20. The device of claim 19, wherein the non-transitory computer-readable instructions further cause the device to start the second application using the single root process.
US18/179,228 2019-10-03 2023-03-06 Customized root processes for individual applications Pending US20230205575A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US18/179,228 US20230205575A1 (en) 2019-10-03 2023-03-06 Customized root processes for individual applications

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US16/592,529 US11599384B2 (en) 2019-10-03 2019-10-03 Customized root processes for individual applications
US18/179,228 US20230205575A1 (en) 2019-10-03 2023-03-06 Customized root processes for individual applications

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US16/592,529 Continuation US11599384B2 (en) 2019-10-03 2019-10-03 Customized root processes for individual applications

Publications (1)

Publication Number Publication Date
US20230205575A1 true US20230205575A1 (en) 2023-06-29

Family

ID=75274148

Family Applications (2)

Application Number Title Priority Date Filing Date
US16/592,529 Active 2040-06-02 US11599384B2 (en) 2019-10-03 2019-10-03 Customized root processes for individual applications
US18/179,228 Pending US20230205575A1 (en) 2019-10-03 2023-03-06 Customized root processes for individual applications

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US16/592,529 Active 2040-06-02 US11599384B2 (en) 2019-10-03 2019-10-03 Customized root processes for individual applications

Country Status (6)

Country Link
US (2) US11599384B2 (en)
EP (1) EP4038496A4 (en)
JP (1) JP2022550446A (en)
KR (1) KR20220054394A (en)
CN (1) CN114467081A (en)
WO (1) WO2021067424A1 (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11474828B2 (en) 2019-10-03 2022-10-18 Micron Technology, Inc. Initial data distribution for different application processes
US11436041B2 (en) 2019-10-03 2022-09-06 Micron Technology, Inc. Customized root processes for groups of applications
US11429445B2 (en) 2019-11-25 2022-08-30 Micron Technology, Inc. User interface based page migration for performance enhancement
US11366752B2 (en) 2020-03-19 2022-06-21 Micron Technology, Inc. Address mapping between shared memory modules and cache sets
US11836087B2 (en) * 2020-12-23 2023-12-05 Micron Technology, Inc. Per-process re-configurable caches
EP4369194A1 (en) 2022-01-27 2024-05-15 Samsung Electronics Co., Ltd. Electronic device for executing application in background process, and operation method thereof
KR20230115752A (en) * 2022-01-27 2023-08-03 삼성전자주식회사 Electronic device for running an application in a background process and operating method thereof

Family Cites Families (103)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4476524A (en) 1981-07-02 1984-10-09 International Business Machines Corporation Page storage control methods and means
US5218677A (en) 1989-05-30 1993-06-08 International Business Machines Corporation Computer system high speed link method and means
US6138179A (en) * 1997-10-01 2000-10-24 Micron Electronics, Inc. System for automatically partitioning and formatting a primary hard disk for installing software in which selection of extended partition size is not related to size of hard disk
CA2312444A1 (en) 2000-06-20 2001-12-20 Ibm Canada Limited-Ibm Canada Limitee Memory management of data buffers incorporating hierarchical victim selection
US6976114B1 (en) 2001-01-25 2005-12-13 Rambus Inc. Method and apparatus for simultaneous bidirectional signaling in a bus topology
US6847366B2 (en) 2002-03-01 2005-01-25 Hewlett-Packard Development Company, L.P. System and method utilizing multiple processes to render graphical data
US7370288B1 (en) 2002-06-28 2008-05-06 Microsoft Corporation Method and system for selecting objects on a display device
US8001266B1 (en) * 2003-03-31 2011-08-16 Stretch, Inc. Configuring a multi-processor system
EP1473906A2 (en) * 2003-04-28 2004-11-03 Matsushita Electric Industrial Co., Ltd. Service management system, and method, communications unit and integrated circuit for use in such system
JP4164423B2 (en) 2003-08-29 2008-10-15 キヤノン株式会社 An apparatus including a sensing unit and a pointing device
US20050060174A1 (en) * 2003-09-15 2005-03-17 Heyward Salome M. Absence management systems and methods
US7574709B2 (en) 2004-04-30 2009-08-11 Microsoft Corporation VEX-virtual extension framework
US7293200B2 (en) 2004-08-26 2007-11-06 Availigent, Inc. Method and system for providing transparent incremental and multiprocess checkpointing to computer applications
JP4529612B2 (en) 2004-09-21 2010-08-25 株式会社セガ Method for reducing communication charges when using application programs on mobile devices
US20070045961A1 (en) 2005-08-31 2007-03-01 Morris Robert P Method and system providing for navigation of a multi-resource user interface
KR100678913B1 (en) 2005-10-25 2007-02-06 삼성전자주식회사 Apparatus and method for decreasing page fault ratio in virtual memory system
US7917723B2 (en) 2005-12-01 2011-03-29 Microsoft Corporation Address translation table synchronization
US7502888B2 (en) 2006-02-07 2009-03-10 Hewlett-Packard Development Company, L.P. Symmetric multiprocessor system
US8042109B2 (en) * 2006-03-21 2011-10-18 Intel Corporation Framework for domain-specific run-time environment acceleration using virtualization technology
US20070226702A1 (en) * 2006-03-22 2007-09-27 Rolf Segger Method for operating a microcontroller in a test environment
TW200805394A (en) * 2006-07-07 2008-01-16 Alcor Micro Corp Memory storage device and the read/write method thereof
JP2008097425A (en) * 2006-10-13 2008-04-24 Mitsubishi Electric Corp Mobile information terminal and control method of mobile information terminal
US9274921B2 (en) 2006-12-27 2016-03-01 International Business Machines Corporation System and method for managing code displacement
US20090049389A1 (en) 2007-08-13 2009-02-19 Siemens Medical Solutions Usa, Inc. Usage Pattern Driven Graphical User Interface Element Rendering
US20090150541A1 (en) 2007-12-06 2009-06-11 Sony Corporation And Sony Electronics Inc. System and method for dynamically generating user interfaces for network client devices
US8789159B2 (en) 2008-02-11 2014-07-22 Microsoft Corporation System for running potentially malicious code
US8135890B2 (en) 2008-05-28 2012-03-13 Rambus Inc. Selective switching of a memory bus
US8898667B2 (en) 2008-06-04 2014-11-25 International Business Machines Corporation Dynamically manage applications on a processing system
US8464256B1 (en) 2009-04-10 2013-06-11 Open Invention Network, Llc System and method for hierarchical interception with isolated environments
US20100169708A1 (en) 2008-12-29 2010-07-01 John Rudelic Method and apparatus to profile ram memory objects for displacment with nonvolatile memory
US8161260B2 (en) 2009-02-09 2012-04-17 Oracle International Corporation Optimal memory allocation for guested virtual machine(s)
KR101612922B1 (en) 2009-06-09 2016-04-15 삼성전자주식회사 Memory system and method of managing memory system
US8832683B2 (en) 2009-11-30 2014-09-09 Red Hat Israel, Ltd. Using memory-related metrics of host machine for triggering load balancing that migrate virtual machine
US8806140B1 (en) 2009-12-16 2014-08-12 Applied Micro Circuits Corporation Dynamic memory module switching with read prefetch caching
US8607023B1 (en) 2009-12-16 2013-12-10 Applied Micro Circuits Corporation System-on-chip with dynamic memory module switching
US20120221785A1 (en) 2011-02-28 2012-08-30 Jaewoong Chung Polymorphic Stacked DRAM Memory Architecture
US8775731B2 (en) 2011-03-25 2014-07-08 Dell Products, L.P. Write spike performance enhancement in hybrid storage systems
US9141528B2 (en) 2011-05-17 2015-09-22 Sandisk Technologies Inc. Tracking and handling of super-hot data in non-volatile memory systems
US8631131B2 (en) 2011-09-07 2014-01-14 Red Hat Israel, Ltd. Virtual machine pool cache
US11074495B2 (en) 2013-02-28 2021-07-27 Z Advanced Computing, Inc. (Zac) System and method for extremely efficient image and pattern recognition and artificial intelligence platform
US9916538B2 (en) 2012-09-15 2018-03-13 Z Advanced Computing, Inc. Method and system for feature detection
US11195057B2 (en) 2014-03-18 2021-12-07 Z Advanced Computing, Inc. System and method for extremely efficient image and pattern recognition and artificial intelligence platform
US8738875B2 (en) 2011-11-14 2014-05-27 International Business Machines Corporation Increasing memory capacity in power-constrained systems
US9116812B2 (en) 2012-01-27 2015-08-25 Intelligent Intellectual Property Holdings 2 Llc Systems and methods for a de-duplication cache
US8719540B1 (en) 2012-03-15 2014-05-06 Pure Storage, Inc. Fractal layout of data blocks across multiple devices
US8838887B1 (en) 2012-03-30 2014-09-16 Emc Corporation Drive partitioning for automated storage tiering
WO2013164878A1 (en) 2012-05-01 2013-11-07 株式会社日立製作所 Management apparatus and management method for computer system
EP2811411A4 (en) 2012-09-24 2015-10-07 Hitachi Ltd Computer and method for controlling arrangement of data in hierarchical pool owned by storage device
GB2507596B (en) * 2012-10-30 2014-09-17 Barclays Bank Plc Secure computing device and method
US10311609B2 (en) 2012-12-17 2019-06-04 Clinton B. Smith Method and system for the making, storage and display of virtual image edits
US9508040B2 (en) 2013-06-12 2016-11-29 Microsoft Technology Licensing, Llc Predictive pre-launch for applications
US10296297B2 (en) * 2013-08-09 2019-05-21 Oracle International Corporation Execution semantics for sub-processes in BPEL
US9292448B2 (en) 2013-09-19 2016-03-22 Google Inc. Dynamic sizing of memory caches
KR20150043102A (en) 2013-10-14 2015-04-22 한국전자통신연구원 Apparatus and method for managing data in hybrid memory
CA2867589A1 (en) 2013-10-15 2015-04-15 Coho Data Inc. Systems, methods and devices for implementing data management in a distributed data storage system
US10338826B2 (en) 2013-10-15 2019-07-02 Cypress Semiconductor Corporation Managed-NAND with embedded random-access non-volatile memory
US10013500B1 (en) 2013-12-09 2018-07-03 Amazon Technologies, Inc. Behavior based optimization for content presentation
US9411638B2 (en) 2013-12-19 2016-08-09 International Business Machines Corporation Application startup page fault management in a hardware multithreading environment
US9892121B2 (en) 2014-07-15 2018-02-13 Hitachi, Ltd. Methods and systems to identify and use event patterns of application workflows for data management
US9477427B2 (en) 2014-09-19 2016-10-25 Vmware, Inc. Storage tiering based on virtual machine operations and virtual volume type
US10452538B2 (en) 2015-01-21 2019-10-22 Red Hat, Inc. Determining task scores reflective of memory access statistics in NUMA systems
US20180024853A1 (en) 2015-02-17 2018-01-25 Coho Data, Inc. Methods, systems, devices and appliances relating to virtualized application-layer space for data processing in data storage systems
US20170017576A1 (en) 2015-07-16 2017-01-19 Qualcomm Incorporated Self-adaptive Cache Architecture Based on Run-time Hardware Counters and Offline Profiling of Applications
KR102401772B1 (en) 2015-10-02 2022-05-25 삼성전자주식회사 Apparatus and method for executing application in electronic deivce
US9985946B2 (en) 2015-12-22 2018-05-29 Intel Corporation System, apparatus and method for safety state management of internet things (IoT) devices
US10509564B2 (en) 2015-12-28 2019-12-17 Netapp Inc. Storage system interface
US11182344B2 (en) * 2016-03-14 2021-11-23 Vmware, Inc. File granular data de-duplication effectiveness metric for data de-duplication
US10324760B2 (en) 2016-04-29 2019-06-18 Advanced Micro Devices, Inc. Leases for blocks of memory in a multi-level memory
US20200225655A1 (en) 2016-05-09 2020-07-16 Strong Force Iot Portfolio 2016, Llc Methods, systems, kits and apparatuses for monitoring and managing industrial settings in an industrial internet of things data collection environment
US20190339688A1 (en) 2016-05-09 2019-11-07 Strong Force Iot Portfolio 2016, Llc Methods and systems for data collection, learning, and streaming of machine signals for analytics and maintenance using the industrial internet of things
US20180284735A1 (en) 2016-05-09 2018-10-04 StrongForce IoT Portfolio 2016, LLC Methods and systems for industrial internet of things data collection in a network sensitive upstream oil and gas environment
US11327475B2 (en) 2016-05-09 2022-05-10 Strong Force Iot Portfolio 2016, Llc Methods and systems for intelligent collection and analysis of vehicle data
US11774944B2 (en) 2016-05-09 2023-10-03 Strong Force Iot Portfolio 2016, Llc Methods and systems for the industrial internet of things
US20200348662A1 (en) 2016-05-09 2020-11-05 Strong Force Iot Portfolio 2016, Llc Platform for facilitating development of intelligence in an industrial internet of things system
US11194517B2 (en) 2016-05-24 2021-12-07 Samsung Electronics Co., Ltd. Method and apparatus for storage device latency/bandwidth self monitoring
KR20170138765A (en) 2016-06-08 2017-12-18 삼성전자주식회사 Memory device, memory module and operating method of memory device
US10152427B2 (en) 2016-08-12 2018-12-11 Google Llc Hybrid memory management
US10037173B2 (en) 2016-08-12 2018-07-31 Google Llc Hybrid memory management
CN109213539B (en) 2016-09-27 2021-10-26 华为技术有限公司 Memory recovery method and device
US10445126B2 (en) 2017-02-21 2019-10-15 Red Hat, Inc. Preloading enhanced application startup
US20180276112A1 (en) 2017-03-27 2018-09-27 International Business Machines Corporation Balancing memory pressure across systems
US10452397B2 (en) 2017-04-01 2019-10-22 Intel Corporation Efficient multi-context thread distribution
EP3425499A1 (en) 2017-07-07 2019-01-09 Facebook, Inc. Systems and methods for loading features
US10678233B2 (en) 2017-08-02 2020-06-09 Strong Force Iot Portfolio 2016, Llc Systems and methods for data collection and data sharing in an industrial environment
JP2019035798A (en) * 2017-08-10 2019-03-07 日本放送協会 Drive circuit for driving electrodeposition element
US20190050163A1 (en) 2017-08-14 2019-02-14 Seagate Technology Llc Using snap space knowledge in tiering decisions
CN107783801B (en) 2017-11-06 2021-03-12 Oppo广东移动通信有限公司 Application program prediction model establishing and preloading method, device, medium and terminal
CN109814936A (en) 2017-11-20 2019-05-28 广东欧珀移动通信有限公司 Application program prediction model is established, preloads method, apparatus, medium and terminal
KR102416929B1 (en) 2017-11-28 2022-07-06 에스케이하이닉스 주식회사 Memory module and operation method of the same
TWI647567B (en) 2017-12-13 2019-01-11 國立中正大學 Method for locating hot and cold access zone using memory address
WO2019171237A1 (en) 2018-03-05 2019-09-12 Tensera Networks Ltd. Application preloading in the presence of user actions
US10606670B2 (en) 2018-04-11 2020-03-31 EMC IP Holding Company LLC Shared memory usage tracking across multiple processes
US20200150643A1 (en) 2018-05-07 2020-05-14 Strong Force Iot Portfolio 2016, Llc Methods and systems for data collection, learning, and streaming of machine signals for analytics and maintenance using the industrial internet of things
CN112703457A (en) 2018-05-07 2021-04-23 强力物联网投资组合2016有限公司 Method and system for data collection, learning and machine signal streaming for analysis and maintenance using industrial internet of things
US11144468B2 (en) 2018-06-29 2021-10-12 Intel Corporation Hardware based technique to prevent critical fine-grained cache side-channel attacks
JP7261037B2 (en) 2019-02-21 2023-04-19 株式会社日立製作所 Data processor, storage device and prefetch method
US11436041B2 (en) 2019-10-03 2022-09-06 Micron Technology, Inc. Customized root processes for groups of applications
US11474828B2 (en) 2019-10-03 2022-10-18 Micron Technology, Inc. Initial data distribution for different application processes
US20210157718A1 (en) 2019-11-25 2021-05-27 Micron Technology, Inc. Reduction of page migration between different types of memory
US11429445B2 (en) 2019-11-25 2022-08-30 Micron Technology, Inc. User interface based page migration for performance enhancement
WO2021141474A1 (en) 2020-01-10 2021-07-15 Samsung Electronics Co., Ltd. Method and device of launching an application in background
US11366752B2 (en) 2020-03-19 2022-06-21 Micron Technology, Inc. Address mapping between shared memory modules and cache sets
US11836087B2 (en) 2020-12-23 2023-12-05 Micron Technology, Inc. Per-process re-configurable caches

Also Published As

Publication number Publication date
US11599384B2 (en) 2023-03-07
WO2021067424A1 (en) 2021-04-08
KR20220054394A (en) 2022-05-02
US20210103462A1 (en) 2021-04-08
EP4038496A1 (en) 2022-08-10
CN114467081A (en) 2022-05-10
EP4038496A4 (en) 2023-10-11
JP2022550446A (en) 2022-12-01

Similar Documents

Publication Publication Date Title
US20230205575A1 (en) Customized root processes for individual applications
US11436041B2 (en) Customized root processes for groups of applications
US11474828B2 (en) Initial data distribution for different application processes
US9280338B1 (en) Dynamic application updates
US11106795B2 (en) Method and apparatus for updating shared data in a multi-core processor environment
CN108959341B (en) Data synchronization method, device and equipment
US20180081674A1 (en) Updating Machine Emulator
CN107368353B (en) Method and device for realizing hot addition of virtual machine memory
US9535729B2 (en) Live application mobility from one operating system level to an updated operating system level and applying overlay files to the updated operating system
JP7072103B2 (en) Blockchain smart contract implementation method, equipment, equipment and media
CN109597631B (en) Process upgrading method and device and electronic equipment
US11928489B2 (en) Extension application mechanisms through intra-process operation systems
US9804878B2 (en) Using a status indicator for a merge operation for writing data associated with a virtual machine
WO2020027929A1 (en) Data-aware orchestration
US10310863B1 (en) Patching functions in use on a running computer system
CN111273965A (en) Container application starting method, system and device and electronic equipment
US20160147559A1 (en) Modification of context saving functions
US9727257B2 (en) Maintaining relative references when unlinking volumes from a volume chain
US20170075736A1 (en) Rule engine for application servers
WO2023138453A1 (en) Container loading method and apparatus
CN116974697A (en) Extension method of virtual machine instance and computing equipment

Legal Events

Date Code Title Description
AS Assignment

Owner name: MICRON TECHNOLOGY, INC., IDAHO

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:YUDANOV, DMITRI;BRADSHAW, SAMUEL E.;SIGNING DATES FROM 20191002 TO 20191003;REEL/FRAME:062897/0205

STPP Information on status: patent application and granting procedure in general

Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION